Home
last modified time | relevance | path

Searched refs:stop_thres (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h170 unsigned int stop_thres; /* SW TX queue suspend threshold */ member
H A Dsge.c1312 if (unlikely(credits - ndesc < q->stop_thres)) { in t3_eth_xmit()
3100 q->txq[TXQ_ETH].stop_thres = nports * in t3_sge_alloc_qset()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h170 unsigned int stop_thres; /* SW TX queue suspend threshold */ member
H A Dsge.c1307 if (unlikely(credits - ndesc < q->stop_thres)) { in t3_eth_xmit()
3098 q->txq[TXQ_ETH].stop_thres = nports * in t3_sge_alloc_qset()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c183 unsigned int stop_thres; /* SW TX queue suspend threshold */ member
694 q->stop_thres = 0; in alloc_tx_resources()
715 sge->cmdQ[0].stop_thres = sge->adapter->params.nports * in alloc_tx_resources()
1696 if (unlikely(credits - count < q->stop_thres)) { in t1_sge_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c174 unsigned int stop_thres; /* SW TX queue suspend threshold */ member
685 q->stop_thres = 0; in alloc_tx_resources()
706 sge->cmdQ[0].stop_thres = sge->adapter->params.nports * in alloc_tx_resources()
1726 if (unlikely(credits - count < q->stop_thres)) { in t1_sge_tx()

Completed in 18 milliseconds