Home
last modified time | relevance | path

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

/linux-4.4.14/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()
638 struct i40e_tx_desc *tx_head; in i40e_clean_tx_irq()
639 struct i40e_tx_desc *tx_desc; in i40e_clean_tx_irq()
650 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
965 tx_ring->size = tx_ring->count * sizeof(struct i40e_tx_desc); in i40e_setup_tx_descriptors()
2573 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.c2758 (ring->count * sizeof(struct i40e_tx_desc)); in i40e_configure_tx_ring()
3549 struct i40e_tx_desc *tx_desc; in i40e_clean_fdir_tx_irq()
3556 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_fdir_tx_irq()
/linux-4.4.14/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()
439 tx_ring->size = tx_ring->count * sizeof(struct i40e_tx_desc); in i40evf_setup_tx_descriptors()
1768 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