Searched refs:igb_desc_unused (Results 1 – 3 of 3) sorted by relevance
315 static inline int igb_desc_unused(struct igb_ring *ring) in igb_desc_unused() function
1630 igb_alloc_rx_buffers(ring, igb_desc_unused(ring)); in igb_configure()4389 if (igb_desc_unused(tx_ring) + 1 < tx_ring->count) { in igb_watchdog_task()4862 if (igb_desc_unused(tx_ring) < size) in __igb_maybe_stop_tx()4877 if (igb_desc_unused(tx_ring) >= size) in igb_maybe_stop_tx()6572 igb_desc_unused(tx_ring) >= TX_WAKE_THRESHOLD)) { in igb_clean_tx_irq()6944 u16 cleaned_count = igb_desc_unused(rx_ring); in igb_clean_rx_irq()
1574 igb_alloc_rx_buffers(rx_ring, igb_desc_unused(rx_ring)); in igb_setup_desc_rings()