Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c218 struct iavf_tx_desc *tx_desc; in iavf_clean_tx_irq()
227 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq()
666 tx_ring->size = tx_ring->count * sizeof(struct iavf_tx_desc); in iavf_setup_tx_descriptors()
1924 struct iavf_tx_desc *tx_desc; in iavf_tx_map()
H A Diavf_type.h395 struct iavf_tx_desc { struct
H A Diavf.h86 #define IAVF_TX_DESC(R, i) (&(((struct iavf_tx_desc *)((R)->desc))[i]))