Lines Matching refs:ixgbevf_ring
107 struct ixgbevf_ring { struct
108 struct ixgbevf_ring *next; argument
178 struct ixgbevf_ring *ring; /* pointer to linked list of rings */
347 static inline u16 ixgbevf_desc_unused(struct ixgbevf_ring *ring) in ixgbevf_desc_unused()
355 static inline void ixgbevf_write_tail(struct ixgbevf_ring *ring, u32 value) in ixgbevf_write_tail()
394 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */
400 struct ixgbevf_ring *rx_ring[MAX_TX_QUEUES]; /* One per active queue */
495 int ixgbevf_setup_rx_resources(struct ixgbevf_ring *);
496 int ixgbevf_setup_tx_resources(struct ixgbevf_ring *);
497 void ixgbevf_free_rx_resources(struct ixgbevf_ring *);
498 void ixgbevf_free_tx_resources(struct ixgbevf_ring *);