Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmacb.c108 unsigned int next_rx_tail; member
390 unsigned int next_rx_tail = macb->next_rx_tail; in _macb_recv() local
404 if (next_rx_tail != macb->rx_tail) in _macb_recv()
405 reclaim_rx_buffers(macb, next_rx_tail); in _macb_recv()
429 if (++next_rx_tail >= MACB_RX_RING_SIZE) in _macb_recv()
430 next_rx_tail = 0; in _macb_recv()
431 macb->next_rx_tail = next_rx_tail; in _macb_recv()
436 next_rx_tail = 0; in _macb_recv()
692 macb->next_rx_tail = 0; in _macb_init()
912 macb->next_rx_tail = macb->rx_tail; in macb_recv()
[all …]