Searched refs:ring_max_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.c133 static unsigned int ring_max_fill(unsigned int ring_size) function
148 while (p->rx_current_fill < ring_max_fill(OCTEON_MGMT_RX_RING_SIZE)) {
962 if (unlikely(p->tx_current_fill >= ring_max_fill(OCTEON_MGMT_TX_RING_SIZE) - 1)) {
969 ring_max_fill(OCTEON_MGMT_TX_RING_SIZE))) {

Completed in 60 milliseconds