Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ice/
Dice_fw_logging.c154 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg; in ice_sysctl_fwlog_set_cfg_options()
189 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg; in ice_sysctl_fwlog_log_resolution()
226 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg; in ice_sysctl_fwlog_register()
277 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg; in ice_sysctl_fwlog_module_log_severity()
354 cfg = &hw->fwlog_cfg; in ice_add_fw_logging_tunables()
Dice_fwlog.c43 hw->fwlog_cfg = *cfg; in cache_cfg()
250 &hw->fwlog_cfg.module_entries[j]; in update_cached_entries()
339 hw->fwlog_cfg.options |= ICE_FWLOG_OPTION_IS_REGISTERED; in ice_fwlog_register()
359 hw->fwlog_cfg.options &= ~ICE_FWLOG_OPTION_IS_REGISTERED; in ice_fwlog_unregister()
Dif_ice_iflib.c2451 status = ice_fwlog_set(hw, &hw->fwlog_cfg); in ice_rebuild()
2459 if (hw->fwlog_cfg.options & ICE_FWLOG_OPTION_IS_REGISTERED) { in ice_rebuild()
2726 if (sc->hw.fwlog_cfg.options & ICE_FWLOG_OPTION_IS_REGISTERED) { in ice_init_device_features()
Dice_type.h1024 struct ice_fwlog_cfg fwlog_cfg; member
Dice_common.c998 status = ice_fwlog_set(hw, &hw->fwlog_cfg); in ice_init_hw()
1003 if (hw->fwlog_cfg.options & ICE_FWLOG_OPTION_REGISTER_ON_INIT) { in ice_init_hw()