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()2139 struct ixgbevf_tx_buffer *tx_buffer_info; in ixgbevf_clean_tx_ring() local2143 if (!tx_ring->tx_buffer_info) in ixgbevf_clean_tx_ring()2148 tx_buffer_info = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_ring()2149 ixgbevf_unmap_and_free_tx_resource(tx_ring, tx_buffer_info); in ixgbevf_clean_tx_ring()2153 memset(tx_ring->tx_buffer_info, 0, size); in ixgbevf_clean_tx_ring()[all …]
120 struct ixgbevf_tx_buffer *tx_buffer_info; member
597 tx_buffer = &tx_ring->tx_buffer_info[tx_ring->next_to_clean]; in ixgbe_dump()659 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_dump()1091 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_irq()1136 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq()1156 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq()1191 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbe_clean_tx_irq()5003 struct ixgbe_tx_buffer *tx_buffer_info; in ixgbe_clean_tx_ring() local5008 if (!tx_ring->tx_buffer_info) in ixgbe_clean_tx_ring()5013 tx_buffer_info = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_ring()5014 ixgbe_unmap_and_free_tx_resource(tx_ring, tx_buffer_info); in ixgbe_clean_tx_ring()[all …]
258 struct ixgbe_tx_buffer *tx_buffer_info; member
1865 tx_buffer = &tx_ring->tx_buffer_info[tx_ntc]; in ixgbe_clean_test_rings()
403 buffer_info = &tx_ring->tx_buffer_info[tx_ring->next_to_clean]; in igb_dump()440 buffer_info = &tx_ring->tx_buffer_info[i]; in igb_dump()3186 tx_ring->tx_buffer_info = vzalloc(size); in igb_setup_tx_resources()3187 if (!tx_ring->tx_buffer_info) in igb_setup_tx_resources()3205 vfree(tx_ring->tx_buffer_info); in igb_setup_tx_resources()3206 tx_ring->tx_buffer_info = NULL; in igb_setup_tx_resources()3707 vfree(tx_ring->tx_buffer_info); in igb_free_tx_resources()3708 tx_ring->tx_buffer_info = NULL; in igb_free_tx_resources()3767 if (!tx_ring->tx_buffer_info) in igb_clean_tx_ring()3772 buffer_info = &tx_ring->tx_buffer_info[i]; in igb_clean_tx_ring()[all …]
238 struct igb_tx_buffer *tx_buffer_info; member
1800 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings() local1829 tx_buffer_info = &tx_ring->tx_buffer_info[tx_ntc]; in igb_clean_test_rings()1830 igb_unmap_and_free_tx_resource(tx_ring, tx_buffer_info); in igb_clean_test_rings()