Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c279 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_irq()
328 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_irq()
348 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_irq()
373 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq()
391 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbevf_clean_tx_irq()
1003 tx_buffer = &ring->tx_buffer_info[i]; in ixgbevf_xmit_xdp_ring()
1723 memset(ring->tx_buffer_info, 0, in ixgbevf_configure_tx_ring()
2384 struct ixgbevf_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_ring()
2412 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_ring()
2429 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_ring()
[all …]
Dixgbevf.h105 struct ixgbevf_tx_buffer *tx_buffer_info; member
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c600 tx_bi = &xdp_ring->tx_buffer_info[xdp_ring->next_to_use]; in ixgbe_xmit_zc()
650 tx_bi = &tx_ring->tx_buffer_info[ntc]; in ixgbe_clean_xdp_tx_irq()
672 tx_bi = tx_ring->tx_buffer_info; in ixgbe_clean_xdp_tx_irq()
733 tx_bi = &tx_ring->tx_buffer_info[ntc]; in ixgbe_xsk_clean_tx_ring()
Dixgbe_main.c554 tx_buffer = &ring->tx_buffer_info[ring->next_to_clean]; in ixgbe_print_buffer()
674 tx_buffer = &ring->tx_buffer_info[i]; in ixgbe_dump()
1125 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_irq()
1174 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq()
1194 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq()
1231 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbe_clean_tx_irq()
3547 memset(ring->tx_buffer_info, 0, in ixgbe_configure_tx_ring()
5962 struct ixgbe_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_ring()
5995 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_ring()
6012 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_ring()
[all …]
Dixgbe.h316 struct ixgbe_tx_buffer *tx_buffer_info; member
Dixgbe_ethtool.c1909 tx_buffer = &tx_ring->tx_buffer_info[tx_ntc]; in ixgbe_clean_test_rings()
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_main.c188 vfree(tx_ring->tx_buffer_info); in igc_free_tx_resources()
189 tx_ring->tx_buffer_info = NULL; in igc_free_tx_resources()
222 struct igc_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in igc_clean_tx_ring()
247 tx_buffer = tx_ring->tx_buffer_info; in igc_clean_tx_ring()
264 tx_buffer = tx_ring->tx_buffer_info; in igc_clean_tx_ring()
301 tx_ring->tx_buffer_info = vzalloc(size); in igc_setup_tx_resources()
302 if (!tx_ring->tx_buffer_info) in igc_setup_tx_resources()
321 vfree(tx_ring->tx_buffer_info); in igc_setup_tx_resources()
1023 tx_buffer = &tx_ring->tx_buffer_info[i]; in igc_tx_map()
1065 tx_buffer = &tx_ring->tx_buffer_info[i]; in igc_tx_map()
[all …]
Digc.h248 struct igc_tx_buffer *tx_buffer_info; member
/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_netdev.c214 if (tx_ring->tx_buffer_info) { in ena_setup_tx_resources()
223 tx_ring->tx_buffer_info = vzalloc_node(size, node); in ena_setup_tx_resources()
224 if (!tx_ring->tx_buffer_info) { in ena_setup_tx_resources()
225 tx_ring->tx_buffer_info = vzalloc(size); in ena_setup_tx_resources()
226 if (!tx_ring->tx_buffer_info) in ena_setup_tx_resources()
262 vfree(tx_ring->tx_buffer_info); in ena_setup_tx_resources()
263 tx_ring->tx_buffer_info = NULL; in ena_setup_tx_resources()
278 vfree(tx_ring->tx_buffer_info); in ena_free_tx_resources()
279 tx_ring->tx_buffer_info = NULL; in ena_free_tx_resources()
662 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; in ena_free_tx_bufs()
[all …]
Dena_netdev.h246 struct ena_tx_buffer *tx_buffer_info; member
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c399 buffer_info = &tx_ring->tx_buffer_info[tx_ring->next_to_clean]; in igb_dump()
436 buffer_info = &tx_ring->tx_buffer_info[i]; in igb_dump()
4045 tx_ring->tx_buffer_info = vmalloc(size); in igb_setup_tx_resources()
4046 if (!tx_ring->tx_buffer_info) in igb_setup_tx_resources()
4064 vfree(tx_ring->tx_buffer_info); in igb_setup_tx_resources()
4065 tx_ring->tx_buffer_info = NULL; in igb_setup_tx_resources()
4152 memset(ring->tx_buffer_info, 0, in igb_configure_tx_ring()
4588 vfree(tx_ring->tx_buffer_info); in igb_free_tx_resources()
4589 tx_ring->tx_buffer_info = NULL; in igb_free_tx_resources()
4623 struct igb_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in igb_clean_tx_ring()
[all …]
Digb_ethtool.c1807 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings() local
1836 tx_buffer_info = &tx_ring->tx_buffer_info[tx_ntc]; in igb_clean_test_rings()
1839 dev_kfree_skb_any(tx_buffer_info->skb); in igb_clean_test_rings()
1843 dma_unmap_addr(tx_buffer_info, dma), in igb_clean_test_rings()
1844 dma_unmap_len(tx_buffer_info, len), in igb_clean_test_rings()
1846 dma_unmap_len_set(tx_buffer_info, len, 0); in igb_clean_test_rings()
Digb.h253 struct igb_tx_buffer *tx_buffer_info; member