Searched refs:host_cmd (Results 1 – 3 of 3) sorted by relevance
22 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);
1417 struct iwl_host_cmd host_cmd = { in iwl_mvm_send_recovery_cmd() local1433 host_cmd.data[1] = mvm->error_recovery_buf; in iwl_mvm_send_recovery_cmd()1434 host_cmd.len[1] = error_log_size; in iwl_mvm_send_recovery_cmd()1435 host_cmd.dataflags[1] = IWL_HCMD_DFL_NOCOPY; in iwl_mvm_send_recovery_cmd()1439 ret = iwl_mvm_send_cmd(mvm, &host_cmd); in iwl_mvm_send_recovery_cmd()1450 resp = le32_to_cpu(*(__le32 *)host_cmd.resp_pkt->data); in iwl_mvm_send_recovery_cmd()
726 static int iwl_mvm_fwrt_send_hcmd(void *ctx, struct iwl_host_cmd *host_cmd) in iwl_mvm_fwrt_send_hcmd() argument732 ret = iwl_mvm_send_cmd(mvm, host_cmd); in iwl_mvm_fwrt_send_hcmd()