Searched refs:ixgbe_ring (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 305 struct ixgbe_ring { struct 306 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument 392 static inline unsigned int ixgbe_rx_bufsz(struct ixgbe_ring *ring) in ixgbe_rx_bufsz() 403 static inline unsigned int ixgbe_rx_pg_order(struct ixgbe_ring *ring) in ixgbe_rx_pg_order() 420 struct ixgbe_ring *ring; /* pointer to linked list of rings */ 458 struct ixgbe_ring ring[0] ____cacheline_internodealigned_in_smp; 500 static inline u16 ixgbe_desc_unused(struct ixgbe_ring *ring) in ixgbe_desc_unused() 626 struct ixgbe_ring *xdp_ring[MAX_XDP_QUEUES]; 629 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp; 636 struct ixgbe_ring *rx_ring[MAX_RX_QUEUES]; [all …]
|
D | ixgbe_main.c | 545 static void ixgbe_print_buffer(struct ixgbe_ring *ring, int n) in ixgbe_print_buffer() 567 struct ixgbe_ring *ring; in ixgbe_dump() 571 struct ixgbe_ring *rx_ring; in ixgbe_dump() 990 struct ixgbe_ring *tx_ring = adapter->tx_ring[i]; in ixgbe_update_xoff_received() 998 struct ixgbe_ring *xdp_ring = adapter->xdp_ring[i]; in ixgbe_update_xoff_received() 1006 static u64 ixgbe_get_tx_completed(struct ixgbe_ring *ring) in ixgbe_get_tx_completed() 1011 static u64 ixgbe_get_tx_pending(struct ixgbe_ring *ring) in ixgbe_get_tx_pending() 1021 static inline bool ixgbe_check_tx_hang(struct ixgbe_ring *tx_ring) in ixgbe_check_tx_hang() 1108 struct ixgbe_ring *tx_ring, int napi_budget) in ixgbe_clean_tx_irq() 1270 struct ixgbe_ring *tx_ring, in ixgbe_update_tx_dca() [all …]
|
D | ixgbe_ethtool.c | 1021 struct ixgbe_ring *tx_ring = adapter->tx_ring[0]; in ixgbe_get_ringparam() 1022 struct ixgbe_ring *rx_ring = adapter->rx_ring[0]; in ixgbe_get_ringparam() 1034 struct ixgbe_ring *temp_ring; in ixgbe_set_ringparam() 1074 temp_ring = vmalloc(array_size(i, sizeof(struct ixgbe_ring))); in ixgbe_set_ringparam() 1092 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1107 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1124 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1130 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1140 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() 1162 sizeof(struct ixgbe_ring)); in ixgbe_set_ringparam() [all …]
|
D | ixgbe_lib.c | 806 static void ixgbe_add_ring(struct ixgbe_ring *ring, in ixgbe_add_ring() 836 struct ixgbe_ring *ring; in ixgbe_alloc_q_vector() 844 (sizeof(struct ixgbe_ring) * ring_count); in ixgbe_alloc_q_vector() 1021 struct ixgbe_ring *ring; in ixgbe_free_q_vector() 1266 void ixgbe_tx_ctxtdesc(struct ixgbe_ring *tx_ring, u32 vlan_macip_lens, in ixgbe_tx_ctxtdesc()
|
D | ixgbe_ipsec.c | 819 int ixgbe_ipsec_tx(struct ixgbe_ring *tx_ring, in ixgbe_ipsec_tx() 907 void ixgbe_ipsec_rx(struct ixgbe_ring *rx_ring, in ixgbe_ipsec_rx()
|
D | ixgbe_ptp.c | 591 struct ixgbe_ring *rx_ring; in ixgbe_ptp_rx_hang()
|
D | ixgbe_fcoe.c | 487 int ixgbe_fso(struct ixgbe_ring *tx_ring, in ixgbe_fso()
|