Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
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 …]
Dixgbe.h345 struct ixgbe_ring { struct
346 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument
439 static inline unsigned int ixgbe_rx_bufsz(struct ixgbe_ring *ring) in ixgbe_rx_bufsz()
450 static inline unsigned int ixgbe_rx_pg_order(struct ixgbe_ring *ring) in ixgbe_rx_pg_order()
467 struct ixgbe_ring *ring; /* pointer to linked list of rings */
505 struct ixgbe_ring ring[] ____cacheline_internodealigned_in_smp;
547 static inline u16 ixgbe_desc_unused(struct ixgbe_ring *ring) in ixgbe_desc_unused()
675 struct ixgbe_ring *xdp_ring[IXGBE_MAX_XDP_QS];
679 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
686 struct ixgbe_ring *rx_ring[MAX_RX_QUEUES];
[all …]
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()
151 bool ixgbe_alloc_rx_buffers_zc(struct ixgbe_ring *rx_ring, u16 count) in ixgbe_alloc_rx_buffers_zc()
213 static struct sk_buff *ixgbe_construct_skb_zc(struct ixgbe_ring *rx_ring, in ixgbe_construct_skb_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()
396 static bool ixgbe_xmit_zc(struct ixgbe_ring *xdp_ring, unsigned int budget) in ixgbe_xmit_zc()
[all …]
Dixgbe_main.c551 static void ixgbe_print_buffer(struct ixgbe_ring *ring, int n) in ixgbe_print_buffer()
573 struct ixgbe_ring *ring; in ixgbe_dump()
577 struct ixgbe_ring *rx_ring; in ixgbe_dump()
996 struct ixgbe_ring *tx_ring = adapter->tx_ring[i]; in ixgbe_update_xoff_received()
1004 struct ixgbe_ring *xdp_ring = adapter->xdp_ring[i]; in ixgbe_update_xoff_received()
1012 static u64 ixgbe_get_tx_completed(struct ixgbe_ring *ring) in ixgbe_get_tx_completed()
1017 static u64 ixgbe_get_tx_pending(struct ixgbe_ring *ring) in ixgbe_get_tx_pending()
1027 static inline bool ixgbe_check_tx_hang(struct ixgbe_ring *tx_ring) in ixgbe_check_tx_hang()
1114 struct ixgbe_ring *tx_ring, int napi_budget) in ixgbe_clean_tx_irq()
1276 struct ixgbe_ring *tx_ring, in ixgbe_update_tx_dca()
[all …]
Dixgbe_ethtool.c1126 struct ixgbe_ring *tx_ring = adapter->tx_ring[0]; in ixgbe_get_ringparam()
1127 struct ixgbe_ring *rx_ring = adapter->rx_ring[0]; in ixgbe_get_ringparam()
1141 struct ixgbe_ring *temp_ring; in ixgbe_set_ringparam()
1181 temp_ring = vmalloc(array_size(i, sizeof(struct ixgbe_ring))); in ixgbe_set_ringparam()
1199 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1214 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1231 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1237 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1247 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
1269 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam()
[all …]
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()
Dixgbe_ipsec.c1066 int ixgbe_ipsec_tx(struct ixgbe_ring *tx_ring, in ixgbe_ipsec_tx()
1156 void ixgbe_ipsec_rx(struct ixgbe_ring *rx_ring, in ixgbe_ipsec_rx()
Dixgbe_fcoe.c488 int ixgbe_fso(struct ixgbe_ring *tx_ring, in ixgbe_fso()
Dixgbe_ptp.c733 struct ixgbe_ring *rx_ring; in ixgbe_ptp_rx_hang()