Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h56 union ixgbe_adv_tx_desc *next_to_watch;
361 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
Ddefines.h190 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()
1559 ring->count * sizeof(union ixgbe_adv_tx_desc)); in ixgbevf_configure_tx_ring()
2976 tx_ring->size = tx_ring->count * sizeof(union ixgbe_adv_tx_desc); in ixgbevf_setup_tx_resources()
3420 static void ixgbevf_tx_olinfo_status(union ixgbe_adv_tx_desc *tx_desc, in ixgbevf_tx_olinfo_status()
3452 union ixgbe_adv_tx_desc *tx_desc; in ixgbevf_tx_map()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h176 union ixgbe_adv_tx_desc *next_to_watch;
563 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
Dixgbe_main.c556 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_dump()
1083 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_clean_tx_irq()
1096 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq()
3006 ring->count * sizeof(union ixgbe_adv_tx_desc)); in ixgbe_configure_tx_ring()
5398 tx_ring->size = tx_ring->count * sizeof(union ixgbe_adv_tx_desc); in ixgbe_setup_tx_resources()
6943 static void ixgbe_tx_olinfo_status(union ixgbe_adv_tx_desc *tx_desc, in ixgbe_tx_olinfo_status()
7008 union ixgbe_adv_tx_desc *tx_desc; in ixgbe_tx_map()
Dixgbe_type.h2491 union ixgbe_adv_tx_desc { union