Lines Matching refs:cfgs
3421 struct be_fat_conf_params *cfgs; in be_cmd_set_fw_log_level() local
3437 cfgs = (struct be_fat_conf_params *) in be_cmd_set_fw_log_level()
3439 for (i = 0; i < le32_to_cpu(cfgs->num_modules); i++) { in be_cmd_set_fw_log_level()
3440 u32 num_modes = le32_to_cpu(cfgs->module[i].num_modes); in be_cmd_set_fw_log_level()
3443 if (cfgs->module[i].trace_lvl[j].mode == MODE_UART) in be_cmd_set_fw_log_level()
3444 cfgs->module[i].trace_lvl[j].dbg_lvl = in be_cmd_set_fw_log_level()
3449 status = be_cmd_set_ext_fat_capabilites(adapter, &extfat_cmd, cfgs); in be_cmd_set_fw_log_level()
3459 struct be_fat_conf_params *cfgs; in be_cmd_get_fw_log_level() local
3477 cfgs = (struct be_fat_conf_params *)(extfat_cmd.va + in be_cmd_get_fw_log_level()
3480 for (j = 0; j < le32_to_cpu(cfgs->module[0].num_modes); j++) { in be_cmd_get_fw_log_level()
3481 if (cfgs->module[0].trace_lvl[j].mode == MODE_UART) in be_cmd_get_fw_log_level()
3482 level = cfgs->module[0].trace_lvl[j].dbg_lvl; in be_cmd_get_fw_log_level()