Lines Matching refs:ixgbevf_ring
107 struct ixgbevf_ring { struct
108 struct ixgbevf_ring *next; argument
176 struct ixgbevf_ring *ring; /* pointer to linked list of rings */
345 static inline u16 ixgbevf_desc_unused(struct ixgbevf_ring *ring) in ixgbevf_desc_unused()
353 static inline void ixgbevf_write_tail(struct ixgbevf_ring *ring, u32 value) in ixgbevf_write_tail()
392 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */
398 struct ixgbevf_ring *rx_ring[MAX_TX_QUEUES]; /* One per active queue */
484 int ixgbevf_setup_rx_resources(struct ixgbevf_ring *);
485 int ixgbevf_setup_tx_resources(struct ixgbevf_ring *);
486 void ixgbevf_free_rx_resources(struct ixgbevf_ring *);
487 void ixgbevf_free_tx_resources(struct ixgbevf_ring *);