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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c202 #define WB_STRIDE 0x3 macro
308 !((i & WB_STRIDE) == WB_STRIDE) && i40e_clean_tx_irq()
1771 * 4th descriptor (WB_STRIDE aka 0x3) in a 64B cacheline. i40e_tx_map()
1773 #define WB_STRIDE 0x3 i40e_tx_map() macro
1774 if (((i & WB_STRIDE) != WB_STRIDE) && i40e_tx_map()
1776 (first >= &tx_ring->tx_bi[i & ~WB_STRIDE])) { i40e_tx_map()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c683 #define WB_STRIDE 0x3 macro
793 !((i & WB_STRIDE) == WB_STRIDE) && i40e_clean_tx_irq()
2568 * 4th descriptor (WB_STRIDE aka 0x3) in a 64B cacheline. i40e_tx_map()
2570 if (((i & WB_STRIDE) != WB_STRIDE) && i40e_tx_map()
2572 (first >= &tx_ring->tx_bi[i & ~WB_STRIDE])) { i40e_tx_map()

Completed in 87 milliseconds