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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c143 #define WB_STRIDE 0x3 macro
253 !((i & WB_STRIDE) == WB_STRIDE) && i40e_clean_tx_irq()
1847 * 4th descriptor (WB_STRIDE aka 0x3) in a 64B cacheline. i40evf_tx_map()
1849 #define WB_STRIDE 0x3 i40evf_tx_map() macro
1850 if (((i & WB_STRIDE) != WB_STRIDE) && i40evf_tx_map()
1852 (first >= &tx_ring->tx_bi[i & ~WB_STRIDE])) { i40evf_tx_map()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c625 #define WB_STRIDE 0x3 macro
741 ((j / (WB_STRIDE + 1)) == 0) && (j != 0) && i40e_clean_tx_irq()
2702 (tx_ring->packet_stride < WB_STRIDE) && i40e_tx_map()
2703 (desc_count < WB_STRIDE)) { i40e_tx_map()

Completed in 88 milliseconds