Home
last modified time | relevance | path

Searched refs:fwlog_cfg (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_fw_logging.c153 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg; in ice_sysctl_fwlog_set_cfg_options()
188 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg; in ice_sysctl_fwlog_log_resolution()
225 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg; in ice_sysctl_fwlog_register()
276 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg; in ice_sysctl_fwlog_module_log_severity()
353 cfg = &hw->fwlog_cfg; in ice_add_fw_logging_tunables()
H A Dice_fwlog.c42 hw->fwlog_cfg = *cfg; in cache_cfg()
249 &hw->fwlog_cfg.module_entries[j]; in update_cached_entries()
338 hw->fwlog_cfg.options |= ICE_FWLOG_OPTION_IS_REGISTERED; in ice_fwlog_register()
358 hw->fwlog_cfg.options &= ~ICE_FWLOG_OPTION_IS_REGISTERED; in ice_fwlog_unregister()
H A Dice_type.h1111 struct ice_fwlog_cfg fwlog_cfg; member
H A Dif_ice_iflib.c2605 status = ice_fwlog_set(hw, &hw->fwlog_cfg); in ice_rebuild()
2613 if (hw->fwlog_cfg.options & ICE_FWLOG_OPTION_IS_REGISTERED) { in ice_rebuild()
2896 if (hw->fwlog_cfg.options & ICE_FWLOG_OPTION_IS_REGISTERED) { in ice_init_device_features()
H A Dice_common.c965 status = ice_fwlog_set(hw, &hw->fwlog_cfg); in ice_init_hw()
970 if (hw->fwlog_cfg.options & ICE_FWLOG_OPTION_REGISTER_ON_INIT) { in ice_init_hw()