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

/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c113 static unsigned int slic_get_free_tx_descs(struct slic_tx_queue *txq) function
387 (slic_get_free_tx_descs(txq) >= SLIC_MIN_TX_WAKEUP_DESCS))
1417 if (unlikely(slic_get_free_tx_descs(txq) < SLIC_MAX_REQ_TX_DESCS)) {
1419 slic_get_free_tx_descs(txq));
1450 if (slic_get_free_tx_descs(txq) < SLIC_MAX_REQ_TX_DESCS)

Completed in 203 milliseconds