Home
last modified time | relevance | path

Searched refs:WB_STRIDE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h55 #define WB_STRIDE 4 macro
76 ((j / WB_STRIDE) == 0) && j > 0 && in i40e_arm_wb()
H A Di40e_txrx.c3471 /* We OR these values together to check both against 4 (WB_STRIDE) in i40e_tx_map()
3476 if (desc_count >= WB_STRIDE) { in i40e_tx_map()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h56 #define WB_STRIDE 4 macro
77 ((j / WB_STRIDE) == 0) && j > 0 && in i40e_arm_wb()
H A Di40e_txrx.c3685 /* We OR these values together to check both against 4 (WB_STRIDE) in i40e_tx_map()
3690 if (desc_count >= WB_STRIDE) { in i40e_tx_map()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c183 #define WB_STRIDE 4 macro
300 ((j / WB_STRIDE) == 0) && (j > 0) && in iavf_clean_tx_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c201 #define WB_STRIDE 4 macro
318 ((j / WB_STRIDE) == 0) && (j > 0) && in iavf_clean_tx_irq()

Completed in 16 milliseconds