Home
last modified time | relevance | path

Searched refs:igbvf_desc_unused (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c63 * igbvf_desc_unused - calculate if we have unused descriptors
66 static int igbvf_desc_unused(struct igbvf_ring *ring) in igbvf_desc_unused() function
375 cleaned_count = igbvf_desc_unused(rx_ring); in igbvf_clean_rx_irq()
836 igbvf_desc_unused(tx_ring) >= IGBVF_TX_QUEUE_WAKE)) { in igbvf_clean_tx_irq()
1506 igbvf_desc_unused(adapter->rx_ring)); in igbvf_configure()
1951 tx_pending = (igbvf_desc_unused(tx_ring) + 1 < in igbvf_watchdog_task()
2137 if (igbvf_desc_unused(adapter->tx_ring) >= size) in igbvf_maybe_stop_tx()
2149 if (igbvf_desc_unused(adapter->tx_ring) < size) in igbvf_maybe_stop_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c63 * igbvf_desc_unused - calculate if we have unused descriptors
66 static int igbvf_desc_unused(struct igbvf_ring *ring) in igbvf_desc_unused() function
375 cleaned_count = igbvf_desc_unused(rx_ring); in igbvf_clean_rx_irq()
836 igbvf_desc_unused(tx_ring) >= IGBVF_TX_QUEUE_WAKE)) { in igbvf_clean_tx_irq()
1506 igbvf_desc_unused(adapter->rx_ring)); in igbvf_configure()
1950 tx_pending = (igbvf_desc_unused(tx_ring) + 1 < in igbvf_watchdog_task()
2124 if (igbvf_desc_unused(adapter->tx_ring) >= size) in igbvf_maybe_stop_tx()
2136 if (igbvf_desc_unused(adapter->tx_ring) < size) in igbvf_maybe_stop_tx()

Completed in 7 milliseconds