Home
last modified time | relevance | path

Searched refs:host_cmd (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Druntime.h22 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c1461 struct iwl_host_cmd host_cmd = { in iwl_mvm_send_recovery_cmd() local
1476 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()
H A Dops.c818 static int iwl_mvm_fwrt_send_hcmd(void *ctx, struct iwl_host_cmd *host_cmd) in iwl_mvm_fwrt_send_hcmd() argument
823 return iwl_mvm_send_cmd(mvm, host_cmd); in iwl_mvm_fwrt_send_hcmd()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmld.c129 static int iwl_mld_fwrt_send_hcmd(void *ctx, struct iwl_host_cmd *host_cmd) in iwl_mld_fwrt_send_hcmd() argument
135 ret = iwl_mld_send_cmd(mld, host_cmd); in iwl_mld_fwrt_send_hcmd()