Symbol: ucode_type
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
120
static char *get_ucode_type_str(int ucode_type)
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
124
switch (ucode_type) {
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
136
static int get_ucode_type(struct otx_cpt_ucode_hdr *ucode_hdr, int *ucode_type)
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
155
*ucode_type = val;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
289
int ucode_type, ucode_size;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
305
if (get_ucode_type(ucode_hdr, &ucode_type))
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
330
tar_info->ucode.type = ucode_type;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
355
int ucode_type)
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
360
if (!is_eng_type(curr->ucode.type, ucode_type))
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
368
switch (ucode_type) {
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
100
static char *get_ucode_type_str(int ucode_type)
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
104
switch (ucode_type) {
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
126
int *ucode_type, u16 rid)
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
154
*ucode_type = val;
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
372
int ucode_type, ucode_size;
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
384
ret = get_ucode_type(dev, ucode_hdr, &ucode_type, rid);
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
400
uc_info->ucode.type = ucode_type;
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
428
int ucode_type)
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
433
if (!is_eng_type(curr->ucode.type, ucode_type))
drivers/net/wireless/intel/iwlegacy/4965-mac.c
5079
if (il->ucode_type == UCODE_INIT)
drivers/net/wireless/intel/iwlegacy/4965-mac.c
5086
base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT");
drivers/net/wireless/intel/iwlegacy/4965.c
343
il->ucode_type = UCODE_RT;
drivers/net/wireless/intel/iwlegacy/common.h
1214
enum ucode_type ucode_type;
drivers/net/wireless/intel/iwlegacy/debug.c
319
if (il->ucode_type == UCODE_INIT)
drivers/net/wireless/intel/iwlwifi/dvm/agn.h
112
enum iwl_ucode_type ucode_type);
drivers/net/wireless/intel/iwlwifi/dvm/ucode.c
293
enum iwl_ucode_type ucode_type)
drivers/net/wireless/intel/iwlwifi/dvm/ucode.c
302
priv->cur_ucode = ucode_type;
drivers/net/wireless/intel/iwlwifi/dvm/ucode.c
309
ret = iwl_trans_start_fw(priv->trans, priv->fw, ucode_type, false);
drivers/net/wireless/intel/iwlwifi/dvm/ucode.c
335
if (ucode_type != IWL_UCODE_WOWLAN) {
drivers/net/wireless/intel/iwlwifi/fw/img.h
269
iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type)
drivers/net/wireless/intel/iwlwifi/fw/img.h
271
if (ucode_type >= IWL_UCODE_TYPE_MAX)
drivers/net/wireless/intel/iwlwifi/fw/img.h
274
return &fw->img[ucode_type];
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
408
__le32 ucode_type;
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
526
u32 ucode_type = le32_to_cpu(def_calib->ucode_type);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
527
if (ucode_type >= IWL_UCODE_TYPE_MAX) {
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
529
ucode_type);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
532
drv->fw.default_calib[ucode_type].flow_trigger =
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
534
drv->fw.default_calib[ucode_type].event_trigger =
drivers/net/wireless/intel/iwlwifi/iwl-trans.c
578
enum iwl_ucode_type ucode_type, bool run_in_rfkill)
drivers/net/wireless/intel/iwlwifi/iwl-trans.c
585
img = iwl_get_ucode_image(fw, ucode_type);
drivers/net/wireless/intel/iwlwifi/iwl-trans.h
925
enum iwl_ucode_type ucode_type, bool run_in_rfkill);
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
287
enum iwl_ucode_type ucode_type)
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
295
ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm);
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
299
if (ucode_type == IWL_UCODE_REGULAR &&
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
303
ucode_type = IWL_UCODE_REGULAR_USNIFFER;
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
304
iwl_fw_set_current_image(&mvm->fwrt, ucode_type);
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
316
ret = iwl_trans_start_fw(mvm->trans, mvm->fw, ucode_type,
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
539
enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img;
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
564
mvm->fw->default_calib[ucode_type].event_trigger;
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
566
mvm->fw->default_calib[ucode_type].flow_trigger;