Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h9 #define ICE_DFLT_IRQ_WORK 256 macro
H A Dice_xsk.c813 xmit_done = ice_xmit_zc(xdp_ring, ICE_DFLT_IRQ_WORK); in ice_clean_tx_irq_zc()
H A Dice_txrx.c206 unsigned int budget = ICE_DFLT_IRQ_WORK; in ice_clean_tx_irq()
2489 int budget = ICE_DFLT_IRQ_WORK; in ice_clean_ctrl_tx_irq()
H A Dice_main.c1310 } while (pending && (i++ < ICE_DFLT_IRQ_WORK)); in __ice_clean_ctrlq()
1314 return pending && (i == ICE_DFLT_IRQ_WORK); in __ice_clean_ctrlq()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h9 #define ICE_DFLT_IRQ_WORK 256 macro
H A Dice_txrx.c220 unsigned int budget = ICE_DFLT_IRQ_WORK; in ice_clean_tx_irq()
2506 int budget = ICE_DFLT_IRQ_WORK; in ice_clean_ctrl_tx_irq()
H A Dice_main.c1546 } while (pending && (i++ < ICE_DFLT_IRQ_WORK)); in __ice_clean_ctrlq()
1550 return pending && (i == ICE_DFLT_IRQ_WORK); in __ice_clean_ctrlq()

Completed in 26 milliseconds