Searched refs:ixgbevf_ring (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A 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[] ____cacheline_internodealigned_in_smp; 270 static inline u16 ixgbevf_desc_unused(struct ixgbevf_ring *ring) in ixgbevf_desc_unused() 278 static inline void ixgbevf_write_tail(struct ixgbevf_ring *ring, u32 value) in ixgbevf_write_tail() 320 struct ixgbevf_ring *xdp_ring[MAX_XDP_QUEUES]; 324 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */ [all …]
|
| H A D | ixgbevf_main.c | 116 static void ixgbevf_reuse_rx_page(struct ixgbevf_ring *rx_ring, 194 static u64 ixgbevf_get_tx_completed(struct ixgbevf_ring *ring) in ixgbevf_get_tx_completed() 199 static u32 ixgbevf_get_tx_pending(struct ixgbevf_ring *ring) in ixgbevf_get_tx_pending() 214 static inline bool ixgbevf_check_tx_hang(struct ixgbevf_ring *tx_ring) in ixgbevf_check_tx_hang() 269 struct ixgbevf_ring *tx_ring, int napi_budget) in ixgbevf_clean_tx_irq() 445 static inline void ixgbevf_rx_hash(struct ixgbevf_ring *ring, in ixgbevf_rx_hash() 471 static inline void ixgbevf_rx_checksum(struct ixgbevf_ring *ring, in ixgbevf_rx_checksum() 510 static void ixgbevf_process_skb_fields(struct ixgbevf_ring *rx_ring, in ixgbevf_process_skb_fields() 532 struct ixgbevf_rx_buffer *ixgbevf_get_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_get_rx_buffer() 552 static void ixgbevf_put_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_put_rx_buffer() [all …]
|
| H A D | ipsec.c | 453 int ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, in ixgbevf_ipsec_tx() 545 void ixgbevf_ipsec_rx(struct ixgbevf_ring *rx_ring, in ixgbevf_ipsec_rx()
|