Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_debugfs.c84 struct ice_fwlog_cfg *cfg = &hw->fwlog_cfg; in ice_fwlog_print_module_cfg()
233 hw->fwlog_cfg.log_resolution); in ice_debugfs_nr_messages_read()
280 hw->fwlog_cfg.log_resolution = nr_messages; in ice_debugfs_nr_messages_write()
308 (u16)(hw->fwlog_cfg.options & in ice_debugfs_enable_read()
348 hw->fwlog_cfg.options |= ICE_FWLOG_OPTION_ARQ_ENA; in ice_debugfs_enable_write()
350 hw->fwlog_cfg.options &= ~ICE_FWLOG_OPTION_ARQ_ENA; in ice_debugfs_enable_write()
352 ret = ice_fwlog_set(hw, &hw->fwlog_cfg); in ice_debugfs_enable_write()
445 } else if (hw->fwlog_cfg.options & ICE_FWLOG_OPTION_IS_REGISTERED) { in ice_debugfs_log_size_write()
548 if (!(hw->fwlog_cfg.options & ICE_FWLOG_OPTION_IS_REGISTERED)) { in ice_debugfs_data_write()
Dice_fwlog.c145 status = ice_fwlog_get(hw, &hw->fwlog_cfg); in ice_fwlog_init()
196 hw->fwlog_cfg.options &= ~ICE_FWLOG_OPTION_ARQ_ENA; in ice_fwlog_deinit()
197 status = ice_fwlog_set(hw, &hw->fwlog_cfg); in ice_fwlog_deinit()
415 hw->fwlog_cfg.options |= ICE_FWLOG_OPTION_IS_REGISTERED; in ice_fwlog_register()
435 hw->fwlog_cfg.options &= ~ICE_FWLOG_OPTION_IS_REGISTERED; in ice_fwlog_unregister()
Dice_type.h947 struct ice_fwlog_cfg fwlog_cfg; member
Dice_main.c4619 hw->fwlog_cfg.module_entries[module].log_level = log_level; in ice_pf_fwlog_update_module()