Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c715 tx_buffer = &tx_ring->tx_buffer_info[i]; in wx_clean_tx_irq()
759 tx_buffer = tx_ring->tx_buffer_info; in wx_clean_tx_irq()
779 tx_buffer = tx_ring->tx_buffer_info; in wx_clean_tx_irq()
1004 tx_buffer = &tx_ring->tx_buffer_info[i]; in wx_tx_map()
1044 tx_buffer = &tx_ring->tx_buffer_info[i]; in wx_tx_map()
1472 first = &tx_ring->tx_buffer_info[tx_ring->next_to_use]; in wx_xmit_frame_ring()
2254 tx_buffer = &tx_ring->tx_buffer_info[i]; in wx_clean_tx_ring()
2279 tx_buffer = tx_ring->tx_buffer_info; in wx_clean_tx_ring()
2296 tx_buffer = tx_ring->tx_buffer_info; in wx_clean_tx_ring()
2329 kvfree(tx_ring->tx_buffer_info); in wx_free_tx_resources()
[all …]
H A Dwx_type.h793 struct wx_tx_buffer *tx_buffer_info; member
H A Dwx_hw.c1334 memset(ring->tx_buffer_info, 0, in wx_configure_tx_ring()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c421 tx_bi = &xdp_ring->tx_buffer_info[xdp_ring->next_to_use]; in ixgbe_xmit_zc()
471 tx_bi = &tx_ring->tx_buffer_info[ntc]; in ixgbe_clean_xdp_tx_irq()
493 tx_bi = tx_ring->tx_buffer_info; in ixgbe_clean_xdp_tx_irq()
558 tx_bi = &tx_ring->tx_buffer_info[ntc]; in ixgbe_xsk_clean_tx_ring()
H A Dixgbe_main.c556 tx_buffer = &ring->tx_buffer_info[ring->next_to_clean]; in ixgbe_print_buffer()
676 tx_buffer = &ring->tx_buffer_info[i]; in ixgbe_dump()
1128 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_irq()
1177 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq()
1197 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_irq()
1234 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbe_clean_tx_irq()
3529 memset(ring->tx_buffer_info, 0, in ixgbe_configure_tx_ring()
6034 struct ixgbe_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbe_clean_tx_ring()
6067 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_ring()
6084 tx_buffer = tx_ring->tx_buffer_info; in ixgbe_clean_tx_ring()
[all …]
H A Dixgbe.h360 struct ixgbe_tx_buffer *tx_buffer_info; member
H A Dixgbe_ethtool.c2031 tx_buffer = &tx_ring->tx_buffer_info[tx_ntc]; in ixgbe_clean_test_rings()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.c12 tx_info = &tx_ring->tx_buffer_info[req_id]; in validate_xdp_req_id()
87 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_xdp_xmit_frame()
389 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_clean_xdp_irq()
H A Dena_netdev.c237 if (tx_ring->tx_buffer_info) { in ena_setup_tx_resources()
246 tx_ring->tx_buffer_info = vzalloc_node(size, node); in ena_setup_tx_resources()
247 if (!tx_ring->tx_buffer_info) { in ena_setup_tx_resources()
248 tx_ring->tx_buffer_info = vzalloc(size); in ena_setup_tx_resources()
249 if (!tx_ring->tx_buffer_info) in ena_setup_tx_resources()
286 vfree(tx_ring->tx_buffer_info); in ena_setup_tx_resources()
287 tx_ring->tx_buffer_info = NULL; in ena_setup_tx_resources()
302 vfree(tx_ring->tx_buffer_info); in ena_free_tx_resources()
303 tx_ring->tx_buffer_info = NULL; in ena_free_tx_resources()
701 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; in ena_free_tx_bufs()
[all …]
H A Dena_netdev.h221 struct ena_tx_buffer *tx_buffer_info; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c277 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()
2409 struct ixgbevf_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_ring()
2437 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_ring()
2454 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_ring()
[all …]
H A Dixgbevf.h105 struct ixgbevf_tx_buffer *tx_buffer_info; member
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_dump.c139 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()
H A Digc_main.c197 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 …]
H A Digc.h98 struct igc_tx_buffer *tx_buffer_info; member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c394 buffer_info = &tx_ring->tx_buffer_info[tx_ring->next_to_clean]; in igb_dump()
431 buffer_info = &tx_ring->tx_buffer_info[i]; in igb_dump()
4300 tx_ring->tx_buffer_info = vmalloc(size); in igb_setup_tx_resources()
4301 if (!tx_ring->tx_buffer_info) in igb_setup_tx_resources()
4319 vfree(tx_ring->tx_buffer_info); in igb_setup_tx_resources()
4320 tx_ring->tx_buffer_info = NULL; in igb_setup_tx_resources()
4407 memset(ring->tx_buffer_info, 0, in igb_configure_tx_ring()
4884 vfree(tx_ring->tx_buffer_info); in igb_free_tx_resources()
4885 tx_ring->tx_buffer_info = NULL; in igb_free_tx_resources()
4919 struct igb_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in igb_clean_tx_ring()
[all …]
H A Digb_ethtool.c1824 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings() local
1853 tx_buffer_info = &tx_ring->tx_buffer_info[tx_ntc]; in igb_clean_test_rings()
1856 dev_kfree_skb_any(tx_buffer_info->skb); in igb_clean_test_rings()
1860 dma_unmap_addr(tx_buffer_info, dma), in igb_clean_test_rings()
1861 dma_unmap_len(tx_buffer_info, len), in igb_clean_test_rings()
1863 dma_unmap_len_set(tx_buffer_info, len, 0); in igb_clean_test_rings()
H A Digb.h321 struct igb_tx_buffer *tx_buffer_info; member