Home
last modified time | relevance | path

Searched refs:ethoc_bd (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/
Dethoc.c233 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()
[all …]