Home
last modified time | relevance | path

Searched refs:ice_fwlog_set (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_fwlog.h74 int ice_fwlog_set(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
H A Dice_fwlog.c197 status = ice_fwlog_set(hw, &hw->fwlog_cfg); in ice_fwlog_deinit()
281 * ice_fwlog_set - Set the firmware logging settings
293 int ice_fwlog_set(struct ice_hw *hw, struct ice_fwlog_cfg *cfg) in ice_fwlog_set() function
404 * configuration set in ice_fwlog_set.
H A Dice_debugfs.c352 ret = ice_fwlog_set(hw, &hw->fwlog_cfg); in ice_debugfs_enable_write()