Searched refs:ixgbe_ring (Results 1 – 9 of 9) sorted by relevance
| /linux/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); 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 …]
|
| H A D | ixgbe.h | 356 struct ixgbe_ring { struct 357 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument 454 static inline unsigned int ixgbe_rx_bufsz(struct ixgbe_ring *ring) in ixgbe_rx_bufsz() 465 static inline unsigned int ixgbe_rx_pg_order(struct ixgbe_ring *ring) in ixgbe_rx_pg_order() 482 struct ixgbe_ring *ring; /* pointer to linked list of rings */ 521 struct ixgbe_ring ring[] ____cacheline_internodealigned_in_smp; 563 static inline u16 ixgbe_desc_unused(struct ixgbe_ring *ring) in ixgbe_desc_unused() 702 struct ixgbe_ring *xdp_ring[IXGBE_MAX_XDP_QS]; 706 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp; 713 struct ixgbe_ring *rx_ring[MAX_RX_QUEUES]; [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() 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() 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() 391 static bool ixgbe_xmit_zc(struct ixgbe_ring *xdp_ring, unsigned int budget) in ixgbe_xmit_zc() [all …]
|
| H A D | ixgbe_main.c | 567 static void ixgbe_print_buffer(struct ixgbe_ring *ring, int n) in ixgbe_print_buffer() 589 struct ixgbe_ring *ring; in ixgbe_dump() 593 struct ixgbe_ring *rx_ring; in ixgbe_dump() 1010 struct ixgbe_ring *tx_ring = adapter->tx_ring[i]; in ixgbe_update_xoff_received() 1018 struct ixgbe_ring *xdp_ring = adapter->xdp_ring[i]; in ixgbe_update_xoff_received() 1026 static u64 ixgbe_get_tx_completed(struct ixgbe_ring *ring) in ixgbe_get_tx_completed() 1031 static u64 ixgbe_get_tx_pending(struct ixgbe_ring *ring) in ixgbe_get_tx_pending() 1083 static bool ixgbe_check_tx_hang(struct ixgbe_ring *tx_ring) in ixgbe_check_tx_hang() 1170 void ixgbe_update_tx_ring_stats(struct ixgbe_ring *tx_ring, in ixgbe_update_tx_ring_stats() 1189 void ixgbe_update_rx_ring_stats(struct ixgbe_ring *rx_ring, in ixgbe_update_rx_ring_stats() [all …]
|
| H A D | ixgbe_ethtool.c | 1228 struct ixgbe_ring *tx_ring = adapter->tx_ring[0]; in ixgbe_get_ringparam() 1229 struct ixgbe_ring *rx_ring = adapter->rx_ring[0]; in ixgbe_get_ringparam() 1243 struct ixgbe_ring *temp_ring; in ixgbe_set_ringparam() 1283 temp_ring = vmalloc_array(i, sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1301 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1316 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1333 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1339 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1349 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1371 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() [all …]
|
| H A D | ixgbe_lib.c | 809 static void ixgbe_add_ring(struct ixgbe_ring *ring, in ixgbe_add_ring() 840 struct ixgbe_ring *ring; in ixgbe_alloc_q_vector() 1021 struct ixgbe_ring *ring; in ixgbe_free_q_vector() 1281 void ixgbe_tx_ctxtdesc(struct ixgbe_ring *tx_ring, u32 vlan_macip_lens, in ixgbe_tx_ctxtdesc()
|
| H A D | ixgbe_ipsec.c | 1056 int ixgbe_ipsec_tx(struct ixgbe_ring *tx_ring, in ixgbe_ipsec_tx() 1146 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()
|