Home
last modified time | relevance | path

Searched refs:tx_buffer_info (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c303 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() local
2155 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 …]
Dixgbevf.h120 struct ixgbevf_tx_buffer *tx_buffer_info; member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c611 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() local
5112 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 …]
Dixgbe.h266 struct ixgbe_tx_buffer *tx_buffer_info; member
Dixgbe_ethtool.c1870 tx_buffer = &tx_ring->tx_buffer_info[tx_ntc]; in ixgbe_clean_test_rings()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c405 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 …]
Digb.h238 struct igb_tx_buffer *tx_buffer_info; member
Digb_ethtool.c1796 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings() local
1825 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()