Searched refs:tx_buffer_info (Results 1 – 8 of 8) sorted by relevance
303 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_irq()348 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_irq()368 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_irq()392 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq()409 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbevf_clean_tx_irq()2151 struct ixgbevf_tx_buffer *tx_buffer_info; in ixgbevf_clean_tx_ring() local2155 if (!tx_ring->tx_buffer_info) in ixgbevf_clean_tx_ring()2160 tx_buffer_info = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_ring()2161 ixgbevf_unmap_and_free_tx_resource(tx_ring, tx_buffer_info); in ixgbevf_clean_tx_ring()2165 memset(tx_ring->tx_buffer_info, 0, size); in ixgbevf_clean_tx_ring()[all …]
120 struct ixgbevf_tx_buffer *tx_buffer_info; member
611 tx_buffer = &tx_ring->tx_buffer_info[tx_ring->next_to_clean]; in ixgbe_dump()673 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_dump()1105 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_irq()1150 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq()1170 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq()1205 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbe_clean_tx_irq()5107 struct ixgbe_tx_buffer *tx_buffer_info; in ixgbe_clean_tx_ring() local5112 if (!tx_ring->tx_buffer_info) in ixgbe_clean_tx_ring()5117 tx_buffer_info = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_ring()5118 ixgbe_unmap_and_free_tx_resource(tx_ring, tx_buffer_info); in ixgbe_clean_tx_ring()[all …]
266 struct ixgbe_tx_buffer *tx_buffer_info; member
1870 tx_buffer = &tx_ring->tx_buffer_info[tx_ntc]; in ixgbe_clean_test_rings()
405 buffer_info = &tx_ring->tx_buffer_info[tx_ring->next_to_clean]; in igb_dump()442 buffer_info = &tx_ring->tx_buffer_info[i]; in igb_dump()3182 tx_ring->tx_buffer_info = vzalloc(size); in igb_setup_tx_resources()3183 if (!tx_ring->tx_buffer_info) in igb_setup_tx_resources()3201 vfree(tx_ring->tx_buffer_info); in igb_setup_tx_resources()3202 tx_ring->tx_buffer_info = NULL; in igb_setup_tx_resources()3703 vfree(tx_ring->tx_buffer_info); in igb_free_tx_resources()3704 tx_ring->tx_buffer_info = NULL; in igb_free_tx_resources()3763 if (!tx_ring->tx_buffer_info) in igb_clean_tx_ring()3768 buffer_info = &tx_ring->tx_buffer_info[i]; in igb_clean_tx_ring()[all …]
238 struct igb_tx_buffer *tx_buffer_info; member
1796 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings() local1825 tx_buffer_info = &tx_ring->tx_buffer_info[tx_ntc]; in igb_clean_test_rings()1826 igb_unmap_and_free_tx_resource(tx_ring, tx_buffer_info); in igb_clean_test_rings()