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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/octeon/
H A Docteon_mgmt.c74 unsigned int rx_next_fill; member in struct:octeon_mgmt
169 p->rx_ring[p->rx_next_fill] = re.d64;
173 p->rx_next_fill =
174 (p->rx_next_fill + 1) % OCTEON_MGMT_RX_RING_SIZE;
732 p->rx_next_fill = 0;

Completed in 172 milliseconds