Home
last modified time | relevance | path

Searched refs:evnts (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c874 hw->fw_log.evnts[m].cur = flgs;
898 * the hw->fw_log.evnts array with the desired logging event configurations for
901 * update the "cur" element of the hw->fw_log.evnts array with the resulting in ice_cfg_fw_log()
909 * hw->fw_log.evnts[] are not overridden to allow them to be reconfigured after in ice_cfg_fw_log()
960 actv_evnts |= hw->fw_log.evnts[i].cfg; in ice_cfg_fw_log()
962 if (hw->fw_log.evnts[i].cfg == hw->fw_log.evnts[i].cur) in ice_cfg_fw_log()
975 val |= hw->fw_log.evnts[i].cfg << ICE_AQC_FW_LOG_EN_S; in ice_cfg_fw_log()
1021 hw->fw_log.evnts[i].cur = 0;
1027 hw->fw_log.evnts[
[all...]
H A Dice_type.h748 struct ice_fw_log_evnt evnts[ICE_AQC_FW_LOG_ID_MAX];
747 struct ice_fw_log_evnt evnts[ICE_AQC_FW_LOG_ID_MAX]; global() member