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

/u-boot/drivers/net/
H A Dmacb.c114 unsigned int next_rx_tail; member in struct:macb_device
453 unsigned int next_rx_tail = macb->next_rx_tail; local
464 next_rx_tail = next_rx_tail * 2;
466 if (!(macb->rx_ring[next_rx_tail].addr & MACB_BIT(RX_USED)))
469 status = macb->rx_ring[next_rx_tail].ctrl;
472 next_rx_tail = next_rx_tail / 2;
476 if (next_rx_tail !
[all...]

Completed in 88 milliseconds