Lines Matching refs:ethoc_bd
233 struct ethoc_bd { struct
255 struct ethoc_bd *bd) in ethoc_read_bd() argument
257 loff_t offset = ETHOC_BD_BASE + (index * sizeof(struct ethoc_bd)); in ethoc_read_bd()
263 const struct ethoc_bd *bd) in ethoc_write_bd()
265 loff_t offset = ETHOC_BD_BASE + (index * sizeof(struct ethoc_bd)); in ethoc_write_bd()
305 struct ethoc_bd bd; in ethoc_init_ring()
375 struct ethoc_bd *bd) in ethoc_update_rx_stats()
428 struct ethoc_bd bd; in ethoc_rx()
481 static void ethoc_update_tx_stats(struct ethoc *dev, struct ethoc_bd *bd) in ethoc_update_tx_stats()
517 struct ethoc_bd bd; in ethoc_tx()
859 struct ethoc_bd bd; in ethoc_start_xmit()