Searched refs:rx_work_limit (Results 1 – 12 of 12) sorted by relevance
112 wx->rx_work_limit = NGBEVF_DEFAULT_RX_WORK; in ngbevf_sw_init()
1132 int rx_work_limit = ep->dirty_rx + RX_RING_SIZE - ep->cur_rx; in epic_rx() local1139 if (rx_work_limit > budget) in epic_rx()1140 rx_work_limit = budget; in epic_rx()1149 if (--rx_work_limit < 0) in epic_rx()
156 wx->rx_work_limit = TXGBEVF_DEFAULT_RX_WORK; in txgbevf_sw_init()
373 int rx_work_limit = tp->dirty_rx + RX_RING_SIZE - tp->cur_rx; in tulip_rx() local387 if (--rx_work_limit < 0) in tulip_rx()
516 static int hdlc_rx_done(struct ucc_hdlc_private *priv, int rx_work_limit) in hdlc_rx_done() argument531 while (!((bd_status & (R_E_S)) || (--rx_work_limit < 0))) { in hdlc_rx_done()
1736 int rx_work_limit; in sis900_rx() local1742 rx_work_limit = sis_priv->dirty_rx + NUM_RX_DESC - sis_priv->cur_rx; in sis900_rx()1748 if (--rx_work_limit < 0) in sis900_rx()
132 wx->rx_work_limit = NGBE_DEFAULT_RX_WORK; in ngbe_sw_init()
411 wx->rx_work_limit = TXGBE_DEFAULT_RX_WORK; in txgbe_sw_init()
1316 u16 rx_work_limit; member
2597 int rx_work_limit = RX_RING_SIZE; in boomerang_rx() local2603 if (--rx_work_limit < 0) in boomerang_rx()
2458 int rx_work_limit) in gfar_clean_rx_ring() argument2471 while (rx_work_limit--) { in gfar_clean_rx_ring()
2889 static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit) in ucc_geth_rx() argument2908 while (!((bd_status & (R_E)) || (--rx_work_limit < 0))) { in ucc_geth_rx()