Lines Matching defs:ring
246 #define check_for_tx_hang(ring) \ argument
248 #define set_check_for_tx_hang(ring) \ argument
250 #define clear_check_for_tx_hang(ring) \ argument
252 #define ring_is_rsc_enabled(ring) \ argument
254 #define set_ring_rsc_enabled(ring) \ argument
256 #define clear_ring_rsc_enabled(ring) \ argument
342 static inline unsigned int ixgbe_rx_bufsz(struct ixgbe_ring *ring) in ixgbe_rx_bufsz()
352 static inline unsigned int ixgbe_rx_pg_order(struct ixgbe_ring *ring) in ixgbe_rx_pg_order()
363 struct ixgbe_ring *ring; /* pointer to linked list of rings */ member
404 struct ixgbe_ring ring[0] ____cacheline_internodealigned_in_smp; member
559 static inline u16 ixgbe_desc_unused(struct ixgbe_ring *ring) in ixgbe_desc_unused()
961 static inline struct netdev_queue *txring_txq(const struct ixgbe_ring *ring) in txring_txq()