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

/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c176 * txq_avail - return the number of available slots in a Tx queue
182 static inline unsigned int txq_avail(const struct sge_txq *q) function
909 credits = txq_avail(&q->q) - ndesc;
1053 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) {
1093 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES))
1117 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */
1135 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) {
1267 credits = txq_avail(&q->q) - ndesc;
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c241 * txq_avail - return the number of available slots in a TX queue
246 static inline unsigned int txq_avail(const struct sge_txq *tq) function
1121 credits = txq_avail(&txq->q) - ndesc;

Completed in 17 milliseconds