Lines Matching refs:hcmd
130 struct iwl_host_cmd hcmd = {
145 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd);
228 struct iwl_host_cmd hcmd = {
247 hcmd.id = be32_to_cpu(data->cmd_id);
248 hcmd.flags = be32_to_cpu(data->flags);
249 hcmd.len[0] = be16_to_cpu(data->length);
250 hcmd.data[0] = data->data;
252 if (count != header_size + hcmd.len[0] * 2 + 1) {
260 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd);
267 if (hcmd.flags & CMD_WANT_SKB)
268 iwl_free_resp(&hcmd);