Searched refs:I40E_TX_DESC (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40evf.h98 #define I40E_TX_DESC(R, i) (&(((struct i40e_tx_desc *)((R)->desc))[i])) macro
H A Di40e_txrx.c221 tx_desc = I40E_TX_DESC(tx_ring, i); i40e_clean_tx_irq()
224 tx_head = I40E_TX_DESC(tx_ring, i40e_get_head(tx_ring)); i40e_clean_tx_irq()
269 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_clean_tx_irq()
289 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_clean_tx_irq()
1717 tx_desc = I40E_TX_DESC(tx_ring, i); i40e_tx_map()
1738 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_tx_map()
1757 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_tx_map()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c148 tx_desc = I40E_TX_DESC(tx_ring, i); i40e_program_fdir_filter()
702 tx_desc = I40E_TX_DESC(tx_ring, i); i40e_clean_tx_irq()
705 tx_head = I40E_TX_DESC(tx_ring, i40e_get_head(tx_ring)); i40e_clean_tx_irq()
750 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_clean_tx_irq()
770 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_clean_tx_irq()
2514 tx_desc = I40E_TX_DESC(tx_ring, i); i40e_tx_map()
2535 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_tx_map()
2554 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_tx_map()
H A Di40e.h121 #define I40E_TX_DESC(R, i) \ macro
H A Di40e_debugfs.c812 txd = I40E_TX_DESC(ring, i); i40e_dbg_dump_desc()
840 txd = I40E_TX_DESC(ring, desc_n); i40e_dbg_dump_desc()
H A Di40e_main.c3275 tx_desc = I40E_TX_DESC(tx_ring, i); i40e_clean_fdir_tx_irq()
3305 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_clean_fdir_tx_irq()
3329 tx_desc = I40E_TX_DESC(tx_ring, 0); i40e_clean_fdir_tx_irq()

Completed in 356 milliseconds