Searched refs:txq_stopped (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 388 if (isset(&qs->txq_stopped, TXQ_ETH)) in reclaim_completed_tx() 389 clrbit(&qs->txq_stopped, TXQ_ETH); in reclaim_completed_tx() 1846 setbit(&qs->txq_stopped, qid); in check_desc_avail() 1848 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail() 1955 setbit(&qs->txq_stopped, TXQ_CTRL); in restart_ctrlq() 1958 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq() 2322 setbit(&qs->txq_stopped, TXQ_OFLD); in restart_offloadq() 2324 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq() 2381 if (isset(&qs->txq_stopped, TXQ_OFLD) && in restart_tx() 2383 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { in restart_tx() [all …]
|
H A D | cxgb_adapter.h | 281 uint32_t txq_stopped; /* which Tx queues are stopped */ member
|