Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c681 static unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function
737 credits = txq_avail(&q->q) - ndesc; in ch_ipsec_xmit()
743 dev->name, qidx, credits, ndesc, txq_avail(&q->q), in ch_ipsec_xmit()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c208 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function
1549 credits = txq_avail(&q->q) - ndesc; in cxgb4_eth_xmit()
1858 credits = txq_avail(&txq->q) - ndesc; in cxgb4_vf_eth_xmit()
2293 left = txq_avail(&eohw_txq->q) - ndesc; in ethofld_hard_xmit()
2643 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop()
2677 credits = txq_avail(&q->q) - ndesc; in cxgb4_selftest_lb_pkt()
2761 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) in ctrl_xmit()
2785 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ in restart_ctrlq()
2802 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in restart_ctrlq()
2970 credits = txq_avail(&q->q) - ndesc; in service_ofldq()
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c233 static inline unsigned int txq_avail(const struct sge_txq *tq) in txq_avail() function
1214 credits = txq_avail(&txq->q) - ndesc; in t4vf_eth_xmit()