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

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h170 unsigned int stop_thres; /* SW TX queue suspend threshold */ member in struct:sge_txq
H A Dsge.c1307 if (unlikely(credits - ndesc < q->stop_thres)) {
3085 q->txq[TXQ_ETH].stop_thres = nports *
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c174 unsigned int stop_thres; /* SW TX queue suspend threshold */ member in struct:cmdQ
685 q->stop_thres = 0;
706 sge->cmdQ[0].stop_thres = sge->adapter->params.nports *
1726 if (unlikely(credits - count < q->stop_thres)) {

Completed in 124 milliseconds