Searched refs:ixgbe_ring (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_txrx_common.h | 15 int ixgbe_xmit_xdp_ring(struct ixgbe_ring *ring, 17 bool ixgbe_cleanup_headers(struct ixgbe_ring *rx_ring, 20 void ixgbe_process_skb_fields(struct ixgbe_ring *rx_ring, 25 void ixgbe_xdp_ring_update_tail(struct ixgbe_ring *ring); 26 void ixgbe_xdp_ring_update_tail_locked(struct ixgbe_ring *ring); 33 struct ixgbe_ring *ring); 40 bool ixgbe_alloc_rx_buffers_zc(struct ixgbe_ring *rx_ring, u16 cleaned_count); 42 struct ixgbe_ring *rx_ring, 44 void ixgbe_xsk_clean_rx_ring(struct ixgbe_ring *rx_ring); 46 struct ixgbe_ring *tx_ring, int napi_budget); [all …]
|
| A D | ixgbe.h | 308 struct ixgbe_ring { struct 635 struct ixgbe_ring *xdp_ring[IXGBE_MAX_XDP_QS]; 646 struct ixgbe_ring *rx_ring[MAX_RX_QUEUES]; 676 struct ixgbe_ring test_tx_ring; 677 struct ixgbe_ring test_rx_ring; 878 int ixgbe_setup_tx_resources(struct ixgbe_ring *); 879 void ixgbe_free_rx_resources(struct ixgbe_ring *); 880 void ixgbe_free_tx_resources(struct ixgbe_ring *); 899 struct ixgbe_ring *); 1016 struct ixgbe_ring *tx_ring); [all …]
|
| 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() 233 static void ixgbe_inc_ntc(struct ixgbe_ring *rx_ring) in ixgbe_inc_ntc() 243 struct ixgbe_ring *rx_ring, in ixgbe_clean_rx_irq_zc() 343 struct ixgbe_ring *ring = ixgbe_determine_xdp_ring(adapter); in ixgbe_clean_rx_irq_zc() 366 void ixgbe_xsk_clean_rx_ring(struct ixgbe_ring *rx_ring) in ixgbe_xsk_clean_rx_ring() 435 static void ixgbe_clean_xdp_tx_buffer(struct ixgbe_ring *tx_ring, in ixgbe_clean_xdp_tx_buffer() 446 struct ixgbe_ring *tx_ring, int napi_budget) in ixgbe_clean_xdp_tx_irq() 506 struct ixgbe_ring *ring; in ixgbe_xsk_wakeup() [all …]
|
| A D | ixgbe_main.c | 573 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() 2473 struct ixgbe_ring *ring; in ixgbe_configure_msix() 3152 struct ixgbe_ring *ring; in ixgbe_poll() 3642 struct ixgbe_ring *ring) in ixgbe_enable_rx_drop() 4257 struct ixgbe_ring *rx_ring; in ixgbe_set_rx_buffer_len() 8761 struct ixgbe_ring *tx_ring; in __ixgbe_xmit_frame() [all …]
|
| A D | ixgbe_ethtool.c | 1124 struct ixgbe_ring *tx_ring = adapter->tx_ring[0]; in ixgbe_get_ringparam() 1125 struct ixgbe_ring *rx_ring = adapter->rx_ring[0]; in ixgbe_get_ringparam() 1137 struct ixgbe_ring *temp_ring; in ixgbe_set_ringparam() 1195 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1210 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1227 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1233 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1243 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1265 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1300 struct ixgbe_ring *ring; in ixgbe_get_ethtool_stats() [all …]
|
| A D | ixgbe_lib.c | 810 static void ixgbe_add_ring(struct ixgbe_ring *ring, in ixgbe_add_ring() 841 struct ixgbe_ring *ring; in ixgbe_alloc_q_vector() 1024 struct ixgbe_ring *ring; in ixgbe_free_q_vector() 1287 void ixgbe_tx_ctxtdesc(struct ixgbe_ring *tx_ring, u32 vlan_macip_lens, in ixgbe_tx_ctxtdesc()
|
| A D | ixgbe_ipsec.c | 1066 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()
|
| A D | ixgbe_fcoe.c | 488 int ixgbe_fso(struct ixgbe_ring *tx_ring, in ixgbe_fso()
|
| A D | ixgbe_ptp.c | 727 struct ixgbe_ring *rx_ring; in ixgbe_ptp_rx_hang()
|
Completed in 41 milliseconds