Home
last modified time | relevance | path

Searched refs:txq_avail (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_ipsec.c651 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function
707 credits = txq_avail(&q->q) - ndesc; in chcr_ipsec_xmit()
713 dev->name, qidx, credits, ndesc, txq_avail(&q->q), in chcr_ipsec_xmit()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c206 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function
1341 if (netif_tx_queue_stopped(eq->txq) && txq_avail(q) > (q->size / 2)) { in t4_sge_eth_txq_egress_update()
1435 credits = txq_avail(&q->q) - ndesc; in cxgb4_eth_xmit()
1759 credits = txq_avail(&txq->q) - ndesc; in cxgb4_vf_eth_xmit()
2048 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop()
2088 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) in ctrl_xmit()
2112 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ in restart_ctrlq()
2129 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in restart_ctrlq()
2292 credits = txq_avail(&q->q) - ndesc; in service_ofldq()
2554 credits = txq_avail(&q->q) - ndesc; in ofld_xmit_direct()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c233 static inline unsigned int txq_avail(const struct sge_txq *tq) in txq_avail() function
1217 credits = txq_avail(&txq->q) - ndesc; in t4vf_eth_xmit()