Home
last modified time | relevance | path

Searched refs:ixgbe_ring (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_txrx_common.h16 int ixgbe_xmit_xdp_ring(struct ixgbe_ring *ring,
18 bool ixgbe_cleanup_headers(struct ixgbe_ring *rx_ring,
21 void ixgbe_process_skb_fields(struct ixgbe_ring *rx_ring,
26 void ixgbe_xdp_ring_update_tail(struct ixgbe_ring *ring);
27 void ixgbe_xdp_ring_update_tail_locked(struct ixgbe_ring *ring);
34 struct ixgbe_ring *ring);
39 bool ixgbe_alloc_rx_buffers_zc(struct ixgbe_ring *rx_ring, u16 cleaned_count);
41 struct ixgbe_ring *rx_ring,
43 void ixgbe_xsk_clean_rx_ring(struct ixgbe_ring *rx_ring);
45 struct ixgbe_ring *tx_ring, int napi_budget);
[all …]
A Dixgbe.h353 struct ixgbe_ring { struct
683 struct ixgbe_ring *xdp_ring[IXGBE_MAX_XDP_QS];
694 struct ixgbe_ring *rx_ring[MAX_RX_QUEUES];
724 struct ixgbe_ring test_tx_ring;
725 struct ixgbe_ring test_rx_ring;
927 int ixgbe_setup_tx_resources(struct ixgbe_ring *);
928 void ixgbe_free_rx_resources(struct ixgbe_ring *);
929 void ixgbe_free_tx_resources(struct ixgbe_ring *);
948 struct ixgbe_ring *);
1065 struct ixgbe_ring *tx_ring);
[all …]
A Dixgbe_xsk.c12 struct ixgbe_ring *ring) in ixgbe_xsk_pool()
98 struct ixgbe_ring *rx_ring, in ixgbe_run_xdp_zc()
103 struct ixgbe_ring *ring; in ixgbe_run_xdp_zc()
239 static void ixgbe_inc_ntc(struct ixgbe_ring *rx_ring) in ixgbe_inc_ntc()
249 struct ixgbe_ring *rx_ring, in ixgbe_clean_rx_irq_zc()
357 struct ixgbe_ring *ring = ixgbe_determine_xdp_ring(adapter); in ixgbe_clean_rx_irq_zc()
380 void ixgbe_xsk_clean_rx_ring(struct ixgbe_ring *rx_ring) in ixgbe_xsk_clean_rx_ring()
451 static void ixgbe_clean_xdp_tx_buffer(struct ixgbe_ring *tx_ring, in ixgbe_clean_xdp_tx_buffer()
462 struct ixgbe_ring *tx_ring, int napi_budget) in ixgbe_clean_xdp_tx_irq()
522 struct ixgbe_ring *ring; in ixgbe_xsk_wakeup()
[all …]
A Dixgbe_main.c573 struct ixgbe_ring *ring; in ixgbe_dump()
577 struct ixgbe_ring *rx_ring; in ixgbe_dump()
1276 struct ixgbe_ring *tx_ring, in ixgbe_update_tx_dca()
1347 struct ixgbe_ring *ring; in ixgbe_update_dca()
2203 struct ixgbe_ring *ring; in ixgbe_run_xdp()
2474 struct ixgbe_ring *ring; in ixgbe_configure_msix()
3153 struct ixgbe_ring *ring; in ixgbe_poll()
3643 struct ixgbe_ring *ring) in ixgbe_enable_rx_drop()
4258 struct ixgbe_ring *rx_ring; in ixgbe_set_rx_buffer_len()
8888 struct ixgbe_ring *tx_ring; in __ixgbe_xmit_frame()
[all …]
A Dixgbe_ethtool.c1162 struct ixgbe_ring *tx_ring = adapter->tx_ring[0]; in ixgbe_get_ringparam()
1163 struct ixgbe_ring *rx_ring = adapter->rx_ring[0]; in ixgbe_get_ringparam()
1177 struct ixgbe_ring *temp_ring; in ixgbe_set_ringparam()
1235 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1250 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1267 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1273 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1283 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1305 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1340 struct ixgbe_ring *ring; in ixgbe_get_ethtool_stats()
[all …]
A Dixgbe_lib.c810 static void ixgbe_add_ring(struct ixgbe_ring *ring, in ixgbe_add_ring()
841 struct ixgbe_ring *ring; in ixgbe_alloc_q_vector()
1023 struct ixgbe_ring *ring; in ixgbe_free_q_vector()
1286 void ixgbe_tx_ctxtdesc(struct ixgbe_ring *tx_ring, u32 vlan_macip_lens, in ixgbe_tx_ctxtdesc()
A Dixgbe_ipsec.c1072 int ixgbe_ipsec_tx(struct ixgbe_ring *tx_ring, in ixgbe_ipsec_tx()
1162 void ixgbe_ipsec_rx(struct ixgbe_ring *rx_ring, in ixgbe_ipsec_rx()
A Dixgbe_fcoe.c488 int ixgbe_fso(struct ixgbe_ring *tx_ring, in ixgbe_fso()
A Dixgbe_ptp.c717 struct ixgbe_ring *rx_ring; in ixgbe_ptp_rx_hang()

Completed in 40 milliseconds