Home
last modified time | relevance | path

Searched refs:queue_used (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c137 if (!test_bit(i, trans_pcie->txqs.queue_used)) in iwl_pcie_txq_check_wrptrs()
497 memset(trans_pcie->txqs.queue_used, 0, in iwl_pcie_tx_start()
498 sizeof(trans_pcie->txqs.queue_used)); in iwl_pcie_tx_start()
632 memset(trans_pcie->txqs.queue_used, 0, in iwl_pcie_tx_stop()
633 sizeof(trans_pcie->txqs.queue_used)); in iwl_pcie_tx_stop()
657 memset(trans_pcie->txqs.queue_used, 0, in iwl_pcie_tx_free()
658 sizeof(trans_pcie->txqs.queue_used)); in iwl_pcie_tx_free()
1103 WARN_ONCE(test_bit(txq_id, trans_pcie->txqs.queue_used), in iwl_pcie_cmdq_reclaim()
1166 if (test_and_set_bit(txq_id, trans_pcie->txqs.queue_used)) in iwl_trans_pcie_txq_enable()
1295 if (!test_and_clear_bit(txq_id, trans_pcie->txqs.queue_used)) { in iwl_trans_pcie_txq_disable()
[all …]
H A Dtx-gen2.c733 if (WARN_ONCE(!test_bit(txq_id, trans_pcie->txqs.queue_used), in iwl_txq_gen2_tx()
914 clear_bit(txq_id, trans_pcie->txqs.queue_used); in iwl_txq_gen2_free()
990 if (test_and_set_bit(qid, trans_pcie->txqs.queue_used)) { in iwl_pcie_txq_alloc_response()
1121 if (!test_and_clear_bit(queue, trans_pcie->txqs.queue_used)) { in iwl_txq_dyn_free()
1137 memset(trans_pcie->txqs.queue_used, 0, in iwl_txq_gen2_tx_free()
1138 sizeof(trans_pcie->txqs.queue_used)); in iwl_txq_gen2_tx_free()
1179 set_bit(txq_id, trans_pcie->txqs.queue_used); in iwl_txq_gen2_init()
H A Dtrans-gen2.c374 memset(trans_pcie->txqs.queue_used, 0, in iwl_trans_pcie_gen2_fw_alive()
375 sizeof(trans_pcie->txqs.queue_used)); in iwl_trans_pcie_gen2_fw_alive()
H A Dinternal.h307 unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member
H A Dtrans.c2553 if (!test_bit(txq_idx, trans_pcie->txqs.queue_used)) in iwl_trans_pcie_wait_txq_empty()
2616 if (!test_bit(cnt, trans_pcie->txqs.queue_used)) in iwl_trans_pcie_wait_txqs_empty()
2794 !!test_bit(state->pos, trans_pcie->txqs.queue_used), in iwl_dbgfs_tx_queue_seq_show()
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c