Home
last modified time | relevance | path

Searched refs:ICE_DFLT_IRQ_WORK (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_txrx.h9 #define ICE_DFLT_IRQ_WORK 256 macro
Dice_txrx.c220 unsigned int budget = ICE_DFLT_IRQ_WORK; in ice_clean_tx_irq()
2464 int budget = ICE_DFLT_IRQ_WORK; in ice_clean_ctrl_tx_irq()
Dice_main.c1567 } while (pending && (i++ < ICE_DFLT_IRQ_WORK)); in __ice_clean_ctrlq()
1571 return pending && (i == ICE_DFLT_IRQ_WORK); in __ice_clean_ctrlq()