Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dethoc.c196 struct ethoc_bd { struct
217 struct ethoc_bd *bd) in ethoc_read_bd() argument
219 size_t offset = ETHOC_BD_BASE + (index * sizeof(struct ethoc_bd)); in ethoc_read_bd()
225 const struct ethoc_bd *bd) in ethoc_write_bd()
227 size_t offset = ETHOC_BD_BASE + (index * sizeof(struct ethoc_bd)); in ethoc_write_bd()
261 struct ethoc_bd bd; in ethoc_init_ring()
359 static int ethoc_update_rx_stats(struct ethoc_bd *bd) in ethoc_update_rx_stats()
396 struct ethoc_bd bd; in ethoc_rx_common()
436 static int ethoc_update_tx_stats(struct ethoc_bd *bd) in ethoc_update_tx_stats()
456 struct ethoc_bd bd; in ethoc_tx()
[all …]