Searched refs:tx_buffer_info (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_xsk.c | 410 tx_bi = &xdp_ring->tx_buffer_info[xdp_ring->next_to_use]; in ixgbe_xmit_zc() 460 tx_bi = &tx_ring->tx_buffer_info[ntc]; in ixgbe_clean_xdp_tx_irq() 482 tx_bi = tx_ring->tx_buffer_info; in ixgbe_clean_xdp_tx_irq() 547 tx_bi = &tx_ring->tx_buffer_info[ntc]; in ixgbe_xsk_clean_tx_ring()
|
D | ixgbe_main.c | 552 tx_buffer = &ring->tx_buffer_info[ring->next_to_clean]; in ixgbe_print_buffer() 672 tx_buffer = &ring->tx_buffer_info[i]; in ixgbe_dump() 1123 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_irq() 1172 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq() 1192 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq() 1229 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbe_clean_tx_irq() 3531 memset(ring->tx_buffer_info, 0, in ixgbe_configure_tx_ring() 5991 struct ixgbe_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_ring() 6024 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_ring() 6041 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_ring() [all …]
|
D | ixgbe.h | 318 struct ixgbe_tx_buffer *tx_buffer_info; member
|
D | ixgbe_ethtool.c | 1999 tx_buffer = &tx_ring->tx_buffer_info[tx_ntc]; in ixgbe_clean_test_rings()
|
/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 277 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_irq() 326 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_irq() 346 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_irq() 371 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq() 389 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbevf_clean_tx_irq() 991 tx_buffer = &ring->tx_buffer_info[i]; in ixgbevf_xmit_xdp_ring() 1731 memset(ring->tx_buffer_info, 0, in ixgbevf_configure_tx_ring() 2388 struct ixgbevf_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_ring() 2416 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_ring() 2433 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_ring() [all …]
|
D | ixgbevf.h | 105 struct ixgbevf_tx_buffer *tx_buffer_info; member
|
/drivers/net/ethernet/intel/igc/ |
D | igc_dump.c | 139 buffer_info = &tx_ring->tx_buffer_info[tx_ring->next_to_clean]; in igc_rings_dump() 179 buffer_info = &tx_ring->tx_buffer_info[i]; in igc_rings_dump()
|
D | igc_main.c | 197 struct igc_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in igc_clean_tx_ring() 231 tx_buffer = tx_ring->tx_buffer_info; in igc_clean_tx_ring() 247 tx_buffer = tx_ring->tx_buffer_info; in igc_clean_tx_ring() 258 memset(tx_ring->tx_buffer_info, 0, in igc_clean_tx_ring() 259 sizeof(*tx_ring->tx_buffer_info) * tx_ring->count); in igc_clean_tx_ring() 279 vfree(tx_ring->tx_buffer_info); in igc_free_tx_resources() 280 tx_ring->tx_buffer_info = NULL; in igc_free_tx_resources() 359 tx_ring->tx_buffer_info = vzalloc(size); in igc_setup_tx_resources() 360 if (!tx_ring->tx_buffer_info) in igc_setup_tx_resources() 379 vfree(tx_ring->tx_buffer_info); in igc_setup_tx_resources() [all …]
|
D | igc.h | 85 struct igc_tx_buffer *tx_buffer_info; member
|
/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 307 tx_info = &xdp_ring->tx_buffer_info[req_id]; in ena_xdp_xmit_frame() 748 if (tx_ring->tx_buffer_info) { in ena_setup_tx_resources() 757 tx_ring->tx_buffer_info = vzalloc_node(size, node); in ena_setup_tx_resources() 758 if (!tx_ring->tx_buffer_info) { in ena_setup_tx_resources() 759 tx_ring->tx_buffer_info = vzalloc(size); in ena_setup_tx_resources() 760 if (!tx_ring->tx_buffer_info) in ena_setup_tx_resources() 797 vfree(tx_ring->tx_buffer_info); in ena_setup_tx_resources() 798 tx_ring->tx_buffer_info = NULL; in ena_setup_tx_resources() 813 vfree(tx_ring->tx_buffer_info); in ena_free_tx_resources() 814 tx_ring->tx_buffer_info = NULL; in ena_free_tx_resources() [all …]
|
D | ena_netdev.h | 241 struct ena_tx_buffer *tx_buffer_info; member
|
/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 393 buffer_info = &tx_ring->tx_buffer_info[tx_ring->next_to_clean]; in igb_dump() 430 buffer_info = &tx_ring->tx_buffer_info[i]; in igb_dump() 4212 tx_ring->tx_buffer_info = vmalloc(size); in igb_setup_tx_resources() 4213 if (!tx_ring->tx_buffer_info) in igb_setup_tx_resources() 4231 vfree(tx_ring->tx_buffer_info); in igb_setup_tx_resources() 4232 tx_ring->tx_buffer_info = NULL; in igb_setup_tx_resources() 4319 memset(ring->tx_buffer_info, 0, in igb_configure_tx_ring() 4795 vfree(tx_ring->tx_buffer_info); in igb_free_tx_resources() 4796 tx_ring->tx_buffer_info = NULL; in igb_free_tx_resources() 4830 struct igb_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in igb_clean_tx_ring() [all …]
|
D | igb_ethtool.c | 1820 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings() local 1849 tx_buffer_info = &tx_ring->tx_buffer_info[tx_ntc]; in igb_clean_test_rings() 1852 dev_kfree_skb_any(tx_buffer_info->skb); in igb_clean_test_rings() 1856 dma_unmap_addr(tx_buffer_info, dma), in igb_clean_test_rings() 1857 dma_unmap_len(tx_buffer_info, len), in igb_clean_test_rings() 1859 dma_unmap_len_set(tx_buffer_info, len, 0); in igb_clean_test_rings()
|
D | igb.h | 321 struct igb_tx_buffer *tx_buffer_info; member
|