Home
last modified time | relevance | path

Searched refs:ixgbe_adv_tx_desc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h30 union ixgbe_adv_tx_desc *next_to_watch;
286 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
H A Ddefines.h194 union ixgbe_adv_tx_desc { union
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h260 union ixgbe_adv_tx_desc *next_to_watch;
575 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
H A Dixgbe_main.c591 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_dump()
1354 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_clean_tx_irq()
1368 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq()
3924 ring->count * sizeof(union ixgbe_adv_tx_desc)); in ixgbe_configure_tx_ring()
6599 union ixgbe_adv_tx_desc *eop_desc, *tx_desc; in ixgbe_clean_tx_ring()
7102 tx_ring->size = tx_ring->count * sizeof(union ixgbe_adv_tx_desc); in ixgbe_setup_tx_resources()
8915 static void ixgbe_tx_olinfo_status(union ixgbe_adv_tx_desc *tx_desc, in ixgbe_tx_olinfo_status()
8970 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_tx_map()
9321 union ixgbe_adv_tx_desc *tx_desc = IXGBE_TX_DESC(ring, index); in ixgbe_xmit_xdp_ring()