Searched refs:ixgbe_adv_tx_desc (Results 1 – 6 of 6) sorted by relevance
56 union ixgbe_adv_tx_desc *next_to_watch;361 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
190 union ixgbe_adv_tx_desc { union
295 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()
176 union ixgbe_adv_tx_desc *next_to_watch;563 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
556 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()
2491 union ixgbe_adv_tx_desc { union