Searched refs:igb_desc_unused (Results 1 – 3 of 3) sorted by relevance
444 static inline int igb_desc_unused(struct igb_ring *ring) in igb_desc_unused() function
2016 igb_alloc_rx_buffers(ring, igb_desc_unused(ring)); in igb_configure()5693 if (igb_desc_unused(tx_ring) + 1 < tx_ring->count) { in igb_watchdog_task()6187 if (igb_desc_unused(tx_ring) < size) in __igb_maybe_stop_tx()6202 if (igb_desc_unused(tx_ring) >= size) in igb_maybe_stop_tx()8402 igb_desc_unused(tx_ring) >= TX_WAKE_THRESHOLD)) { in igb_clean_tx_irq()8898 u16 cleaned_count = igb_desc_unused(rx_ring); in igb_clean_rx_irq()
1601 igb_alloc_rx_buffers(rx_ring, igb_desc_unused(rx_ring)); in igb_setup_desc_rings()