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

/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c88 * igbvf_desc_unused - calculate if we have unused descriptors
90 static int igbvf_desc_unused(struct igbvf_ring *ring) function
372 cleaned_count = igbvf_desc_unused(rx_ring);
822 igbvf_desc_unused(tx_ring) >= IGBVF_TX_QUEUE_WAKE)) {
1412 igbvf_desc_unused(adapter->rx_ring));
1847 tx_pending = (igbvf_desc_unused(tx_ring) + 1 <
2024 if (igbvf_desc_unused(adapter->tx_ring) >= size)
2032 if (igbvf_desc_unused(adapter->tx_ring) < size)

Completed in 12 milliseconds