Searched refs:txq_avail (Results 1 – 2 of 2) sorted by relevance
227 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function1175 credits = txq_avail(&q->q) - ndesc; in t4_eth_xmit()1329 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop()1369 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) in ctrl_xmit()1393 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ in restart_ctrlq()1411 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in restart_ctrlq()1543 credits = txq_avail(&q->q) - ndesc; in service_ofldq()
233 static inline unsigned int txq_avail(const struct sge_txq *tq) in txq_avail() function1208 credits = txq_avail(&txq->q) - ndesc; in t4vf_eth_xmit()