Home
last modified time | relevance | path

Searched refs:i40e_tx_desc (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c138 void *head = (struct i40e_tx_desc *)tx_ring->desc + tx_ring->count; in i40e_get_head()
215 struct i40e_tx_desc *tx_head; in i40e_clean_tx_irq()
216 struct i40e_tx_desc *tx_desc; in i40e_clean_tx_irq()
227 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
497 tx_ring->size = tx_ring->count * sizeof(struct i40e_tx_desc); in i40evf_setup_tx_descriptors()
1692 struct i40e_tx_desc *tx_desc; in i40e_tx_map()
Di40e_txrx.h147 struct i40e_tx_desc *next_to_watch;
Di40evf.h98 #define I40E_TX_DESC(R, i) (&(((struct i40e_tx_desc *)((R)->desc))[i]))
Di40evf_virtchnl.c241 (vqpi->txq.ring_len * sizeof(struct i40e_tx_desc)); in i40evf_configure_queues()
Di40e_type.h799 struct i40e_tx_desc { struct
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c56 struct i40e_tx_desc *tx_desc; in i40e_program_fdir_filter()
613 void *head = (struct i40e_tx_desc *)tx_ring->desc + tx_ring->count; in i40e_get_head()
696 struct i40e_tx_desc *tx_head; in i40e_clean_tx_irq()
697 struct i40e_tx_desc *tx_desc; in i40e_clean_tx_irq()
708 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
1014 tx_ring->size = tx_ring->count * sizeof(struct i40e_tx_desc); in i40e_setup_tx_descriptors()
2489 struct i40e_tx_desc *tx_desc; in i40e_tx_map()
Di40e_txrx.h148 struct i40e_tx_desc *next_to_watch;
Di40e.h122 (&(((struct i40e_tx_desc *)((R)->desc))[i]))
Di40e_type.h805 struct i40e_tx_desc { struct
Di40e_debugfs.c779 struct i40e_tx_desc *txd; in i40e_dbg_dump_desc()
Di40e_main.c2478 (ring->count * sizeof(struct i40e_tx_desc)); in i40e_configure_tx_ring()
3272 struct i40e_tx_desc *tx_desc; in i40e_clean_fdir_tx_irq()
3279 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_fdir_tx_irq()