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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c652 q->txq_stopped = 0;
1207 set_bit(TXQ_ETH, &qs->txq_stopped);
1260 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) {
1378 set_bit(qid, &qs->txq_stopped);
1382 test_and_clear_bit(qid, &qs->txq_stopped))
1491 set_bit(TXQ_CTRL, &qs->txq_stopped);
1495 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped))
1696 set_bit(TXQ_OFLD, &qs->txq_stopped);
1700 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped))
1918 if (test_bit(TXQ_ETH, &qs->txq_stopped)
[all...]
H A Dadapter.h219 unsigned long txq_stopped; /* which Tx queues are stopped */ member in struct:sge_qset

Completed in 103 milliseconds