Searched refs:ixgbevf_ring (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 90 struct ixgbevf_ring { struct 91 struct ixgbevf_ring *next; argument 186 static inline unsigned int ixgbevf_rx_bufsz(struct ixgbevf_ring *ring) in ixgbevf_rx_bufsz() 198 static inline unsigned int ixgbevf_rx_pg_order(struct ixgbevf_ring *ring) in ixgbevf_rx_pg_order() 217 struct ixgbevf_ring *ring; /* pointer to linked list of rings */ 244 struct ixgbevf_ring ring[0] ____cacheline_internodealigned_in_smp; 286 static inline u16 ixgbevf_desc_unused(struct ixgbevf_ring *ring) in ixgbevf_desc_unused() 294 static inline void ixgbevf_write_tail(struct ixgbevf_ring *ring, u32 value) in ixgbevf_write_tail() 336 struct ixgbevf_ring *xdp_ring[MAX_XDP_QUEUES]; 340 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */ [all …]
|
D | ixgbevf_main.c | 111 static void ixgbevf_reuse_rx_page(struct ixgbevf_ring *rx_ring, 189 static u64 ixgbevf_get_tx_completed(struct ixgbevf_ring *ring) in ixgbevf_get_tx_completed() 194 static u32 ixgbevf_get_tx_pending(struct ixgbevf_ring *ring) in ixgbevf_get_tx_pending() 209 static inline bool ixgbevf_check_tx_hang(struct ixgbevf_ring *tx_ring) in ixgbevf_check_tx_hang() 264 struct ixgbevf_ring *tx_ring, int napi_budget) in ixgbevf_clean_tx_irq() 440 static inline void ixgbevf_rx_hash(struct ixgbevf_ring *ring, in ixgbevf_rx_hash() 466 static inline void ixgbevf_rx_checksum(struct ixgbevf_ring *ring, in ixgbevf_rx_checksum() 505 static void ixgbevf_process_skb_fields(struct ixgbevf_ring *rx_ring, in ixgbevf_process_skb_fields() 527 struct ixgbevf_rx_buffer *ixgbevf_get_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_get_rx_buffer() 547 static void ixgbevf_put_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_put_rx_buffer() [all …]
|
D | ipsec.c | 463 int ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, in ixgbevf_ipsec_tx() 555 void ixgbevf_ipsec_rx(struct ixgbevf_ring *rx_ring, in ixgbevf_ipsec_rx()
|
D | ethtool.c | 242 struct ixgbevf_ring *tx_ring = NULL, *rx_ring = NULL; in ixgbevf_set_ringparam() 426 struct ixgbevf_ring *ring; in ixgbevf_get_ethtool_stats()
|