Searched refs:next_rx_tail (Results 1 – 1 of 1) sorted by relevance
93 unsigned int next_rx_tail; member375 unsigned int next_rx_tail = macb->next_rx_tail; in _macb_recv() local384 if (!(macb->rx_ring[next_rx_tail].addr & RXADDR_USED)) in _macb_recv()387 status = macb->rx_ring[next_rx_tail].ctrl; in _macb_recv()389 if (next_rx_tail != macb->rx_tail) in _macb_recv()390 reclaim_rx_buffers(macb, next_rx_tail); in _macb_recv()414 if (++next_rx_tail >= MACB_RX_RING_SIZE) in _macb_recv()415 next_rx_tail = 0; in _macb_recv()416 macb->next_rx_tail = next_rx_tail; in _macb_recv()419 if (++next_rx_tail >= MACB_RX_RING_SIZE) { in _macb_recv()[all …]