Searched refs:cmd_queue (Results 1 – 19 of 19) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 100 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 D | tx-gen2.c | 829 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 D | internal.h | 627 int slots_num, bool cmd_queue); 763 int slots_num, bool cmd_queue);
|
| H A D | trans-gen2.c | 276 if (iwl_txq_gen2_init(trans, trans->conf.cmd_queue, queue_size)) in iwl_pcie_gen2_nic_init()
|
| H A D | trans.c | 2614 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 D | rx.c | 1304 struct iwl_txq *txq = trans_pcie->txqs.txq[trans->conf.cmd_queue]; in iwl_pcie_rx_handle_rb()
|
| /freebsd/sys/dev/thunderbolt/ |
| H A D | router.c | 223 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 D | router_var.h | 67 TAILQ_HEAD(,router_command) cmd_queue;
|
| /freebsd/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.h | |
| H A D | tx.c | |
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | config.h | 12 * @cmd_queue: the TXQ number of the command queue 15 __le32 cmd_queue; member
|
| /freebsd/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | ctxt-info.c | 222 cpu_to_le64(trans_pcie->txqs.txq[trans->conf.cmd_queue]->dma_addr); in iwl_pcie_ctxt_info_init()
|
| H A D | ctxt-info-v2.c | 253 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 D | iwl-trans.h | 440 u8 cmd_queue; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | fw.c | 75 .cmd_queue = cpu_to_le32(IWL_MVM_DQA_CMD_QUEUE), in iwl_mvm_send_dqa_cmd()
|
| H A D | ops.c | 1478 trans->conf.cmd_queue = IWL_MVM_DQA_CMD_QUEUE; in iwl_op_mode_mvm_start()
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwmreg.h | 2160 * @cmd_queue: the TXQ number of the command queue 2163 uint32_t cmd_queue; member
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwxreg.h | 2030 uint32_t cmd_queue; member
|
| H A D | if_iwx.c | 4033 .cmd_queue = htole32(IWX_DQA_CMD_QUEUE), in iwx_send_dqa_cmd()
|