Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h173 struct i40e_tx_desc *next_to_watch;
350 void *head = (struct i40e_tx_desc *)tx_ring->desc + tx_ring->count; in i40e_get_head()
Di40e_txrx.c56 struct i40e_tx_desc *tx_desc; in i40e_program_fdir_filter()
647 struct i40e_tx_desc *tx_head; in i40e_clean_tx_irq()
648 struct i40e_tx_desc *tx_desc; in i40e_clean_tx_irq()
659 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
974 tx_ring->size = tx_ring->count * sizeof(struct i40e_tx_desc); in i40e_setup_tx_descriptors()
2586 struct i40e_tx_desc *tx_desc; in i40e_tx_map()
Di40e.h131 (&(((struct i40e_tx_desc *)((R)->desc))[i]))
Di40e_type.h872 struct i40e_tx_desc { struct
Di40e_debugfs.c783 struct i40e_tx_desc *txd; in i40e_dbg_dump_desc()
Di40e_main.c2801 (ring->count * sizeof(struct i40e_tx_desc)); in i40e_configure_tx_ring()
3592 struct i40e_tx_desc *tx_desc; in i40e_clean_fdir_tx_irq()
3599 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_fdir_tx_irq()
/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c138 void *head = (struct i40e_tx_desc *)tx_ring->desc + tx_ring->count; in i40e_get_head()
156 struct i40e_tx_desc *tx_head; in i40e_clean_tx_irq()
157 struct i40e_tx_desc *tx_desc; in i40e_clean_tx_irq()
168 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
429 tx_ring->size = tx_ring->count * sizeof(struct i40e_tx_desc); in i40evf_setup_tx_descriptors()
1762 struct i40e_tx_desc *tx_desc; in i40evf_tx_map()
Di40evf.h95 #define I40E_TX_DESC(R, i) (&(((struct i40e_tx_desc *)((R)->desc))[i]))
Di40e_txrx.h172 struct i40e_tx_desc *next_to_watch;
Di40evf_virtchnl.c262 (vqpi->txq.ring_len * sizeof(struct i40e_tx_desc)); in i40evf_configure_queues()
Di40e_type.h859 struct i40e_tx_desc { struct