Searched refs:ixgbe_ring (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_txrx_common.h | 16 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); 34 struct ixgbe_ring *ring); 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); 47 void ixgbe_xsk_clean_tx_ring(struct ixgbe_ring *tx_ring); 49 void ixgbe_update_tx_ring_stats(struct ixgbe_ring *tx_ring, [all …]
|
| H A D | ixgbe.h | 354 struct ixgbe_ring { struct 688 struct ixgbe_ring *xdp_ring[IXGBE_MAX_XDP_QS]; 699 struct ixgbe_ring *rx_ring[MAX_RX_QUEUES]; 729 struct ixgbe_ring test_tx_ring; 730 struct ixgbe_ring test_rx_ring; 937 int ixgbe_setup_tx_resources(struct ixgbe_ring *); 938 void ixgbe_free_rx_resources(struct ixgbe_ring *); 939 void ixgbe_free_tx_resources(struct ixgbe_ring *); 958 struct ixgbe_ring *); 1069 struct ixgbe_ring *tx_ring); [all …]
|
| H A D | ixgbe_xsk.c | 12 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() 238 static void ixgbe_inc_ntc(struct ixgbe_ring *rx_ring) in ixgbe_inc_ntc() 248 struct ixgbe_ring *rx_ring, in ixgbe_clean_rx_irq_zc() 356 struct ixgbe_ring *ring = ixgbe_determine_xdp_ring(adapter); in ixgbe_clean_rx_irq_zc() 375 void ixgbe_xsk_clean_rx_ring(struct ixgbe_ring *rx_ring) in ixgbe_xsk_clean_rx_ring() 446 static void ixgbe_clean_xdp_tx_buffer(struct ixgbe_ring *tx_ring, in ixgbe_clean_xdp_tx_buffer() 457 struct ixgbe_ring *tx_ring, int napi_budget) in ixgbe_clean_xdp_tx_irq() 512 struct ixgbe_ring *ring; in ixgbe_xsk_wakeup() [all …]
|
| H A D | ixgbe_main.c | 586 struct ixgbe_ring *ring; in ixgbe_dump() 590 struct ixgbe_ring *rx_ring; in ixgbe_dump() 1316 struct ixgbe_ring *tx_ring, in ixgbe_update_tx_dca() 1387 struct ixgbe_ring *ring; in ixgbe_update_dca() 2239 struct ixgbe_ring *ring; in ixgbe_run_xdp() 2505 struct ixgbe_ring *ring; in ixgbe_configure_msix() 3411 struct ixgbe_ring *ring; in ixgbe_poll() 3906 struct ixgbe_ring *ring) in ixgbe_enable_rx_drop() 4521 struct ixgbe_ring *rx_ring; in ixgbe_set_rx_buffer_len() 9264 struct ixgbe_ring *tx_ring; in __ixgbe_xmit_frame() [all …]
|
| H A D | ixgbe_ethtool.c | 1165 struct ixgbe_ring *tx_ring = adapter->tx_ring[0]; in ixgbe_get_ringparam() 1166 struct ixgbe_ring *rx_ring = adapter->rx_ring[0]; in ixgbe_get_ringparam() 1180 struct ixgbe_ring *temp_ring; in ixgbe_set_ringparam() 1238 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1253 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1270 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1276 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1286 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1308 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1343 struct ixgbe_ring *ring; in ixgbe_get_ethtool_stats() [all …]
|
| H A D | ixgbe_lib.c | 811 static void ixgbe_add_ring(struct ixgbe_ring *ring, in ixgbe_add_ring() 842 struct ixgbe_ring *ring; in ixgbe_alloc_q_vector() 1024 struct ixgbe_ring *ring; in ixgbe_free_q_vector() 1284 void ixgbe_tx_ctxtdesc(struct ixgbe_ring *tx_ring, u32 vlan_macip_lens, in ixgbe_tx_ctxtdesc()
|
| H A D | ixgbe_ipsec.c | 1051 int ixgbe_ipsec_tx(struct ixgbe_ring *tx_ring, in ixgbe_ipsec_tx() 1141 void ixgbe_ipsec_rx(struct ixgbe_ring *rx_ring, in ixgbe_ipsec_rx()
|
| H A D | ixgbe_fcoe.c | 488 int ixgbe_fso(struct ixgbe_ring *tx_ring, in ixgbe_fso()
|
| H A D | ixgbe_ptp.c | 722 struct ixgbe_ring *rx_ring; in ixgbe_ptp_rx_hang()
|