Home
last modified time | relevance | path

Searched refs:I40E_TX_FLAGS_FD_SB (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h140 #define I40E_TX_FLAGS_FD_SB (u32)(1 << 9) macro
Di40e_txrx.c54 if (tx_buffer->tx_flags & I40E_TX_FLAGS_FD_SB) in i40e_unmap_and_free_tx_resource()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h141 #define I40E_TX_FLAGS_FD_SB (u32)(1 << 9) macro
Di40e_txrx.c162 tx_buf->tx_flags = I40E_TX_FLAGS_FD_SB; in i40e_program_fdir_filter()
529 if (tx_buffer->tx_flags & I40E_TX_FLAGS_FD_SB) in i40e_unmap_and_free_tx_resource()
Di40e_main.c3312 if (tx_buf->tx_flags & I40E_TX_FLAGS_FD_SB) in i40e_clean_fdir_tx_irq()