Searched refs:txq_avail (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 684 static unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function 740 credits = txq_avail(&q->q) - ndesc; in ch_ipsec_xmit() 746 dev->name, qidx, credits, ndesc, txq_avail(&q->q), in ch_ipsec_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 688 static unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function 744 credits = txq_avail(&q->q) - ndesc; in ch_ipsec_xmit() 750 dev->name, qidx, credits, ndesc, txq_avail(&q->q), in ch_ipsec_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 202 * txq_avail - return the number of available slots in a Tx queue 208 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function 1564 credits = txq_avail(&q->q) - ndesc; in cxgb4_eth_xmit() 1867 credits = txq_avail(&txq->q) - ndesc; in cxgb4_vf_eth_xmit() 2301 left = txq_avail(&eohw_txq->q) - ndesc; in ethofld_hard_xmit() 2650 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop() 2684 credits = txq_avail(&q->q) - ndesc; in cxgb4_selftest_lb_pkt() 2768 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) in ctrl_xmit() 2792 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ in restart_ctrlq() 2809 if (unlikely(txq_avail( in restart_ctrlq() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 202 * txq_avail - return the number of available slots in a Tx queue 208 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function 1564 credits = txq_avail(&q->q) - ndesc; in cxgb4_eth_xmit() 1871 credits = txq_avail(&txq->q) - ndesc; in cxgb4_vf_eth_xmit() 2307 left = txq_avail(&eohw_txq->q) - ndesc; in ethofld_hard_xmit() 2656 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop() 2690 credits = txq_avail(&q->q) - ndesc; in cxgb4_selftest_lb_pkt() 2774 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) in ctrl_xmit() 2798 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ in restart_ctrlq() 2815 if (unlikely(txq_avail( in restart_ctrlq() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 228 * txq_avail - return the number of available slots in a TX queue 233 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 228 * txq_avail - return the number of available slots in a TX queue 233 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()
|
Completed in 18 milliseconds