Searched refs:txq_avail (Results 1 – 3 of 3) sorted by relevance
540 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function595 credits = txq_avail(&q->q) - ndesc; in chcr_ipsec_xmit()601 dev->name, qidx, credits, ndesc, txq_avail(&q->q), in chcr_ipsec_xmit()
205 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function1375 credits = txq_avail(&q->q) - ndesc; in cxgb4_eth_xmit()1682 credits = txq_avail(&txq->q) - ndesc; in cxgb4_vf_eth_xmit()1962 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop()2002 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) in ctrl_xmit()2026 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ in restart_ctrlq()2043 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in restart_ctrlq()2206 credits = txq_avail(&q->q) - ndesc; in service_ofldq()2468 credits = txq_avail(&q->q) - ndesc; in ofld_xmit_direct()
233 static inline unsigned int txq_avail(const struct sge_txq *tq) in txq_avail() function1217 credits = txq_avail(&txq->q) - ndesc; in t4vf_eth_xmit()