Home
last modified time | relevance | path

Searched refs:cmd_queue (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c100 txq_id != trans->conf.cmd_queue && in iwl_pcie_txq_inc_wr_ptr()
404 if (txq_id != trans->conf.cmd_queue) { in iwl_pcie_txq_unmap()
418 txq_id == trans->conf.cmd_queue) in iwl_pcie_txq_unmap()
456 if (txq_id == trans->conf.cmd_queue) in iwl_pcie_txq_free()
517 iwl_trans_ac_txq_enable(trans, trans->conf.cmd_queue, in iwl_pcie_tx_start()
727 int slots_num, bool cmd_queue) in iwl_pcie_txq_alloc() argument
756 if (cmd_queue) in iwl_pcie_txq_alloc()
797 if (txq->entries && cmd_queue) in iwl_pcie_txq_alloc()
857 bool cmd_queue = (txq_id == trans->conf.cmd_queue); in iwl_pcie_tx_alloc() local
859 if (cmd_queue) in iwl_pcie_tx_alloc()
[all …]
H A Dtx-gen2.c829 if (txq_id != trans->conf.cmd_queue) { in iwl_txq_gen2_unmap()
903 if (txq_id == trans->conf.cmd_queue) in iwl_txq_gen2_free()
1173 (txq_id == trans->conf.cmd_queue)); in iwl_txq_gen2_init()
1203 struct iwl_txq *txq = trans_pcie->txqs.txq[trans->conf.cmd_queue]; in iwl_pcie_gen2_enqueue_hcmd()
1320 cpu_to_le16(QUEUE_TO_SEQ(trans->conf.cmd_queue) | in iwl_pcie_gen2_enqueue_hcmd()
1368 cmd_size, txq->write_ptr, idx, trans->conf.cmd_queue); in iwl_pcie_gen2_enqueue_hcmd()
H A Dinternal.h627 int slots_num, bool cmd_queue);
763 int slots_num, bool cmd_queue);
H A Dtrans-gen2.c276 if (iwl_txq_gen2_init(trans, trans->conf.cmd_queue, queue_size)) in iwl_pcie_gen2_nic_init()
H A Dtrans.c2614 if (cnt == trans->conf.cmd_queue) in iwl_trans_pcie_wait_txqs_empty()
2805 if (state->pos == trans->conf.cmd_queue) in iwl_dbgfs_tx_queue_seq_show()
3544 struct iwl_txq *cmdq = trans_pcie->txqs.txq[trans->conf.cmd_queue]; in iwl_trans_pcie_dump_data()
H A Drx.c1304 struct iwl_txq *txq = trans_pcie->txqs.txq[trans->conf.cmd_queue]; in iwl_pcie_rx_handle_rb()
/freebsd/sys/dev/thunderbolt/
H A Drouter.c223 TAILQ_INIT(&sc->cmd_queue); in tb_router_attach()
251 TAILQ_INIT(&sc->cmd_queue); in tb_router_attach_root()
326 if (TAILQ_FIRST(&sc->cmd_queue) != NULL) in tb_router_detach()
600 TAILQ_INSERT_TAIL(&sc->cmd_queue, cmd, link); in router_schedule_locked()
603 ((cmd = TAILQ_FIRST(&sc->cmd_queue)) != NULL)) { in router_schedule_locked()
605 TAILQ_REMOVE(&sc->cmd_queue, cmd, link); in router_schedule_locked()
615 TAILQ_INSERT_HEAD(&sc->cmd_queue, cmd, link); in router_schedule_locked()
H A Drouter_var.h67 TAILQ_HEAD(,router_command) cmd_queue;
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.h
H A Dtx.c
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dconfig.h12 * @cmd_queue: the TXQ number of the command queue
15 __le32 cmd_queue; member
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info.c222 cpu_to_le64(trans_pcie->txqs.txq[trans->conf.cmd_queue]->dma_addr); in iwl_pcie_ctxt_info_init()
H A Dctxt-info-v2.c253 cpu_to_le64(trans_pcie->txqs.txq[trans->conf.cmd_queue]->dma_addr); in iwl_pcie_ctxt_info_v2_alloc()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h440 u8 cmd_queue; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c75 .cmd_queue = cpu_to_le32(IWL_MVM_DQA_CMD_QUEUE), in iwl_mvm_send_dqa_cmd()
H A Dops.c1478 trans->conf.cmd_queue = IWL_MVM_DQA_CMD_QUEUE; in iwl_op_mode_mvm_start()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h2160 * @cmd_queue: the TXQ number of the command queue
2163 uint32_t cmd_queue; member
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h2030 uint32_t cmd_queue; member
H A Dif_iwx.c4033 .cmd_queue = htole32(IWX_DQA_CMD_QUEUE), in iwx_send_dqa_cmd()