Lines Matching refs:ethoc_bd
232 struct ethoc_bd { struct
248 struct ethoc_bd *bd) in ethoc_read_bd() argument
250 loff_t offset = ETHOC_BD_BASE + (index * sizeof(struct ethoc_bd)); in ethoc_read_bd()
256 const struct ethoc_bd *bd) in ethoc_write_bd()
258 loff_t offset = ETHOC_BD_BASE + (index * sizeof(struct ethoc_bd)); in ethoc_write_bd()
298 struct ethoc_bd bd; in ethoc_init_ring()
368 struct ethoc_bd *bd) in ethoc_update_rx_stats()
421 struct ethoc_bd bd; in ethoc_rx()
474 static void ethoc_update_tx_stats(struct ethoc *dev, struct ethoc_bd *bd) in ethoc_update_tx_stats()
510 struct ethoc_bd bd; in ethoc_tx()
852 struct ethoc_bd bd; in ethoc_start_xmit()