Searched refs:rx_work_limit (Results 1 – 7 of 7) sorted by relevance
369 int rx_work_limit = tp->dirty_rx + RX_RING_SIZE - tp->cur_rx; in tulip_rx() local383 if (--rx_work_limit < 0) in tulip_rx()
1142 int rx_work_limit = ep->dirty_rx + RX_RING_SIZE - ep->cur_rx; in epic_rx() local1149 if (rx_work_limit > budget) in epic_rx()1150 rx_work_limit = budget; in epic_rx()1159 if (--rx_work_limit < 0) in epic_rx()
1516 int rx_work_limit = LMC_RXDESCS; in lmc_rx() local1668 rx_work_limit--; in lmc_rx()1669 if (rx_work_limit < 0) in lmc_rx()
1735 int rx_work_limit; in sis900_rx() local1741 rx_work_limit = sis_priv->dirty_rx + NUM_RX_DESC - sis_priv->cur_rx; in sis900_rx()1747 if (--rx_work_limit < 0) in sis900_rx()
142 int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit);2893 int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit) in gfar_clean_rx_ring() argument2909 while (!(be16_to_cpu(bdp->status) & RXBD_EMPTY) && rx_work_limit--) { in gfar_clean_rx_ring()
3157 static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit) in ucc_geth_rx() argument3176 while (!((bd_status & (R_E)) || (--rx_work_limit < 0))) { in ucc_geth_rx()
2582 int rx_work_limit = vp->dirty_rx + RX_RING_SIZE - vp->cur_rx; in boomerang_rx() local2588 if (--rx_work_limit < 0) in boomerang_rx()