Lines Matching defs:ring
238 #define check_for_tx_hang(ring) \ argument
240 #define set_check_for_tx_hang(ring) \ argument
242 #define clear_check_for_tx_hang(ring) \ argument
244 #define ring_is_rsc_enabled(ring) \ argument
246 #define set_ring_rsc_enabled(ring) \ argument
248 #define clear_ring_rsc_enabled(ring) \ argument
334 static inline unsigned int ixgbe_rx_bufsz(struct ixgbe_ring *ring) in ixgbe_rx_bufsz()
344 static inline unsigned int ixgbe_rx_pg_order(struct ixgbe_ring *ring) in ixgbe_rx_pg_order()
355 struct ixgbe_ring *ring; /* pointer to linked list of rings */ member
396 struct ixgbe_ring ring[0] ____cacheline_internodealigned_in_smp; member
552 static inline u16 ixgbe_desc_unused(struct ixgbe_ring *ring) in ixgbe_desc_unused()
945 static inline struct netdev_queue *txring_txq(const struct ixgbe_ring *ring) in txring_txq()