Home
last modified time | relevance | path

Searched refs:TXQ_STOP_THRES (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c85 * the amortized cost reasonable. Must be >= 2 * TXQ_STOP_THRES. It should
121 #define TXQ_STOP_THRES (SGE_MAX_WR_LEN / sizeof(struct tx_desc)) macro
2650 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop()
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(&q->q) < TXQ_STOP_THRES)) { in restart_ctrlq()
2979 if (unlikely(credits < TXQ_STOP_THRES))
3245 if (unlikely(credits < TXQ_STOP_THRES)) in ofld_xmit_direct()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c85 * the amortized cost reasonable. Must be >= 2 * TXQ_STOP_THRES. It should
121 #define TXQ_STOP_THRES (SGE_MAX_WR_LEN / sizeof(struct tx_desc)) macro
2656 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop()
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(&q->q) < TXQ_STOP_THRES)) { in restart_ctrlq()
2985 if (unlikely(credits < TXQ_STOP_THRES))
3251 if (unlikely(credits < TXQ_STOP_THRES)) in ofld_xmit_direct()

Completed in 13 milliseconds