Searched refs:host_cmd (Results 1 – 4 of 4) sorted by relevance
22 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);
1461 struct iwl_host_cmd host_cmd = { in iwl_mvm_send_recovery_cmd() local1476 host_cmd.data[1] = mvm->error_recovery_buf; in iwl_mvm_send_recovery_cmd()1477 host_cmd.len[1] = error_log_size; in iwl_mvm_send_recovery_cmd()1478 host_cmd.dataflags[1] = IWL_HCMD_DFL_NOCOPY; in iwl_mvm_send_recovery_cmd()1482 ret = iwl_mvm_send_cmd_status(mvm, &host_cmd, &status); in iwl_mvm_send_recovery_cmd()
818 static int iwl_mvm_fwrt_send_hcmd(void *ctx, struct iwl_host_cmd *host_cmd) in iwl_mvm_fwrt_send_hcmd() argument823 return iwl_mvm_send_cmd(mvm, host_cmd); in iwl_mvm_fwrt_send_hcmd()
129 static int iwl_mld_fwrt_send_hcmd(void *ctx, struct iwl_host_cmd *host_cmd) in iwl_mld_fwrt_send_hcmd() argument135 ret = iwl_mld_send_cmd(mld, host_cmd); in iwl_mld_fwrt_send_hcmd()