Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/
HDcxgb_sge.c387 if (isset(&qs->txq_stopped, TXQ_ETH)) in reclaim_completed_tx()
388 clrbit(&qs->txq_stopped, TXQ_ETH); in reclaim_completed_tx()
1830 setbit(&qs->txq_stopped, qid); in check_desc_avail()
1832 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail()
1939 setbit(&qs->txq_stopped, TXQ_CTRL); in restart_ctrlq()
1942 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq()
2327 setbit(&qs->txq_stopped, TXQ_OFLD); in restart_offloadq()
2329 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq()
2386 if (isset(&qs->txq_stopped, TXQ_OFLD) && in restart_tx()
2388 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { in restart_tx()
[all …]
HDcxgb_adapter.h283 uint32_t txq_stopped; /* which Tx queues are stopped */ member