Lines Matching refs:hcmd
1166 struct iwl_host_cmd *hcmd) in iwl_txq_alloc_response() argument
1172 if (WARN_ON(iwl_rx_packet_payload_len(hcmd->resp_pkt) != in iwl_txq_alloc_response()
1178 rsp = (void *)hcmd->resp_pkt->data; in iwl_txq_alloc_response()
1210 iwl_free_resp(hcmd); in iwl_txq_alloc_response()
1214 iwl_free_resp(hcmd); in iwl_txq_alloc_response()
1227 struct iwl_host_cmd hcmd = { in iwl_txq_dyn_alloc() local
1254 hcmd.id = SCD_QUEUE_CFG; in iwl_txq_dyn_alloc()
1255 hcmd.len[0] = sizeof(cmd.old); in iwl_txq_dyn_alloc()
1256 hcmd.data[0] = &cmd.old; in iwl_txq_dyn_alloc()
1267 hcmd.id = WIDE_ID(DATA_PATH_GROUP, SCD_QUEUE_CONFIG_CMD); in iwl_txq_dyn_alloc()
1268 hcmd.len[0] = sizeof(cmd.new); in iwl_txq_dyn_alloc()
1269 hcmd.data[0] = &cmd.new; in iwl_txq_dyn_alloc()
1275 ret = iwl_trans_send_cmd(trans, &hcmd); in iwl_txq_dyn_alloc()
1279 return iwl_txq_alloc_response(trans, txq, &hcmd); in iwl_txq_dyn_alloc()