Lines Matching refs:hcmd
1173 struct iwl_host_cmd *hcmd) in iwl_txq_alloc_response() argument
1179 if (WARN_ON(iwl_rx_packet_payload_len(hcmd->resp_pkt) != in iwl_txq_alloc_response()
1185 rsp = (void *)hcmd->resp_pkt->data; in iwl_txq_alloc_response()
1217 iwl_free_resp(hcmd); in iwl_txq_alloc_response()
1221 iwl_free_resp(hcmd); in iwl_txq_alloc_response()
1234 struct iwl_host_cmd hcmd = { in iwl_txq_dyn_alloc() local
1261 hcmd.id = SCD_QUEUE_CFG; in iwl_txq_dyn_alloc()
1262 hcmd.len[0] = sizeof(cmd.old); in iwl_txq_dyn_alloc()
1263 hcmd.data[0] = &cmd.old; in iwl_txq_dyn_alloc()
1274 hcmd.id = WIDE_ID(DATA_PATH_GROUP, SCD_QUEUE_CONFIG_CMD); in iwl_txq_dyn_alloc()
1275 hcmd.len[0] = sizeof(cmd.new); in iwl_txq_dyn_alloc()
1276 hcmd.data[0] = &cmd.new; in iwl_txq_dyn_alloc()
1282 ret = iwl_trans_send_cmd(trans, &hcmd); in iwl_txq_dyn_alloc()
1286 return iwl_txq_alloc_response(trans, txq, &hcmd); in iwl_txq_dyn_alloc()