Lines Matching refs:cmdq
3417 struct iwl_txq *cmdq = trans_pcie->txqs.txq[trans_pcie->txqs.cmd.q_id];
3433 if (dump_mask & BIT(IWL_FW_ERROR_DUMP_TXCMD) && cmdq)
3435 cmdq->n_window * (sizeof(*txcmd) +
3483 if (dump_mask & BIT(IWL_FW_ERROR_DUMP_TXCMD) && cmdq) {
3488 spin_lock_bh(&cmdq->lock);
3489 ptr = cmdq->write_ptr;
3490 for (i = 0; i < cmdq->n_window; i++) {
3491 u8 idx = iwl_txq_get_cmd_index(cmdq, ptr);
3501 (u8 *)cmdq->tfds +
3509 memcpy(txcmd->data, cmdq->entries[idx].cmd,
3520 spin_unlock_bh(&cmdq->lock);