Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c181 #define WB_STRIDE 4 macro
298 ((j / WB_STRIDE) == 0) && (j > 0) && in i40e_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c770 #define WB_STRIDE 4 macro
892 ((j / WB_STRIDE) == 0) && (j > 0) && in i40e_clean_tx_irq()
3445 if (desc_count >= WB_STRIDE) { in i40e_tx_map()