Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h56 union ixgbe_adv_tx_desc *next_to_watch;
363 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
Ddefines.h202 union ixgbe_adv_tx_desc { union
Dixgbevf_main.c295 union ixgbe_adv_tx_desc *tx_desc; in ixgbevf_clean_tx_irq()
308 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq()
390 union ixgbe_adv_tx_desc *eop_desc; in ixgbevf_clean_tx_irq()
1560 ring->count * sizeof(union ixgbe_adv_tx_desc)); in ixgbevf_configure_tx_ring()
2988 tx_ring->size = tx_ring->count * sizeof(union ixgbe_adv_tx_desc); in ixgbevf_setup_tx_resources()
3432 static void ixgbevf_tx_olinfo_status(union ixgbe_adv_tx_desc *tx_desc, in ixgbevf_tx_olinfo_status()
3464 union ixgbe_adv_tx_desc *tx_desc; in ixgbevf_tx_map()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h184 union ixgbe_adv_tx_desc *next_to_watch;
570 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
Dixgbe_main.c570 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_dump()
1097 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_clean_tx_irq()
1110 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq()
3092 ring->count * sizeof(union ixgbe_adv_tx_desc)); in ixgbe_configure_tx_ring()
5498 tx_ring->size = tx_ring->count * sizeof(union ixgbe_adv_tx_desc); in ixgbe_setup_tx_resources()
7124 static void ixgbe_tx_olinfo_status(union ixgbe_adv_tx_desc *tx_desc, in ixgbe_tx_olinfo_status()
7189 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_tx_map()
Dixgbe_type.h2680 union ixgbe_adv_tx_desc { union