Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_trace.h63 struct iavf_tx_desc *desc,
98 struct iavf_tx_desc *desc,
106 struct iavf_tx_desc *desc,
Diavf_txrx.h262 struct iavf_tx_desc *next_to_watch;
Diavf_type.h497 struct iavf_tx_desc { struct
Diavf_txrx.c195 struct iavf_tx_desc *tx_desc; in iavf_clean_tx_irq()
204 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq()
662 tx_ring->size = tx_ring->count * sizeof(struct iavf_tx_desc); in iavf_setup_tx_descriptors()
2284 struct iavf_tx_desc *tx_desc; in iavf_tx_map()
Diavf.h87 #define IAVF_TX_DESC(R, i) (&(((struct iavf_tx_desc *)((R)->desc))[i]))