Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h58 #define WB_STRIDE 4 macro
79 ((j / WB_STRIDE) == 0) && j > 0 && in i40e_arm_wb()
H A Di40e_txrx.c3729 if (desc_count >= WB_STRIDE) { in i40e_tx_map()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c202 #define WB_STRIDE 4 macro
319 ((j / WB_STRIDE) == 0) && (j > 0) && in iavf_clean_tx_irq()