Home
last modified time | relevance | path

Searched refs:iwl_mvm_has_unified_ucode (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c323 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()
539 if (iwl_mvm_has_unified_ucode(mvm) && in iwl_send_phy_cfg_cmd()
697 if (iwl_mvm_has_unified_ucode(mvm)) in iwl_run_init_mvm_ucode()
1467 if (iwl_mvm_has_unified_ucode(mvm)) in iwl_mvm_load_rt_fw()
1548 if (!iwl_mvm_has_unified_ucode(mvm)) { in iwl_mvm_up()
H A Dops.c1228 if (iwl_mvm_has_unified_ucode(mvm)) in iwl_op_mode_mvm_start()
1820 bool unified = iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_set_hw_rfkill_state()
H A Dmvm.h1464 static inline bool iwl_mvm_has_unified_ucode(struct iwl_mvm *mvm) in iwl_mvm_has_unified_ucode() function