Home
last modified time | relevance | path

Searched refs:ixgbevf_desc_unused (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h286 static inline u16 ixgbevf_desc_unused(struct ixgbevf_ring *ring) in ixgbevf_desc_unused() function
Dixgbevf_main.c406 (ixgbevf_desc_unused(tx_ring) >= TX_WAKE_THRESHOLD))) { in ixgbevf_clean_tx_irq()
987 if (unlikely(!ixgbevf_desc_unused(ring))) in ixgbevf_xmit_xdp_ring()
1126 u16 cleaned_count = ixgbevf_desc_unused(rx_ring); in ixgbevf_clean_rx_irq()
1976 ixgbevf_alloc_rx_buffers(ring, ixgbevf_desc_unused(ring)); in ixgbevf_configure_rx_ring()
4104 if (likely(ixgbevf_desc_unused(tx_ring) < size)) in __ixgbevf_maybe_stop_tx()
4116 if (likely(ixgbevf_desc_unused(tx_ring) >= size)) in ixgbevf_maybe_stop_tx()