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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h144 unsigned int stop_thres; /* SW TX queue suspend threshold */ member in struct:sge_txq
H A Dsge.c990 if (unlikely(credits - ndesc < q->stop_thres)) {
2635 q->txq[TXQ_ETH].stop_thres = nports *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c183 unsigned int stop_thres; /* SW TX queue suspend threshold */ member in struct:cmdQ
694 q->stop_thres = 0;
714 sge->cmdQ[0].stop_thres = sge->adapter->params.nports *
1768 if (unlikely(credits - count < q->stop_thres)) {

Completed in 80 milliseconds