Searched refs:ixgbevf_desc_unused (Results 1 – 2 of 2) sorted by relevance
270 static inline u16 ixgbevf_desc_unused(struct ixgbevf_ring *ring) in ixgbevf_desc_unused() function
410 (ixgbevf_desc_unused(tx_ring) >= TX_WAKE_THRESHOLD))) { in ixgbevf_clean_tx_irq()982 if (unlikely(!ixgbevf_desc_unused(ring))) in ixgbevf_xmit_xdp_ring()1122 u16 cleaned_count = ixgbevf_desc_unused(rx_ring); in ixgbevf_clean_rx_irq()1973 ixgbevf_alloc_rx_buffers(ring, ixgbevf_desc_unused(ring)); in ixgbevf_configure_rx_ring()4144 if (likely(ixgbevf_desc_unused(tx_ring) < size)) in __ixgbevf_maybe_stop_tx()4156 if (likely(ixgbevf_desc_unused(tx_ring) >= size)) in ixgbevf_maybe_stop_tx()