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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpasemi_mac.c186 ring->next_to_fill = 0;
341 int start = mac->rx->next_to_fill;
345 mac->rx->next_to_fill) & (RX_RING_SIZE - 1);
348 if (unlikely(mac->rx->next_to_clean == 0 && mac->rx->next_to_fill == 0))
393 mac->rx->next_to_fill += limit - count;
H A Dpasemi_mac.h47 unsigned int next_to_fill; member in struct:pasemi_mac_rxring

Completed in 117 milliseconds