Home
last modified time | relevance | path

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

/linux-4.1.27/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()
2139 struct ixgbevf_tx_buffer *tx_buffer_info; in ixgbevf_clean_tx_ring() local
2143 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 …]
Dixgbevf.h120 struct ixgbevf_tx_buffer *tx_buffer_info; member
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c597 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() local
5008 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 …]
Dixgbe.h258 struct ixgbe_tx_buffer *tx_buffer_info; member
Dixgbe_ethtool.c1865 tx_buffer = &tx_ring->tx_buffer_info[tx_ntc]; in ixgbe_clean_test_rings()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c403 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 …]
Digb.h238 struct igb_tx_buffer *tx_buffer_info; member
Digb_ethtool.c1800 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings() local
1829 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()