Searched refs:mfgd_pl (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 2018 char mfgd_pl[MLXSW_REG_MFGD_LEN]; in mlxsw_core_health_fw_fatal_test() local 2022 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_test() 2025 mlxsw_reg_mfgd_trigger_test_set(mfgd_pl, true); in mlxsw_core_health_fw_fatal_test() 2026 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_test() 2039 char mfgd_pl[MLXSW_REG_MFGD_LEN]; in mlxsw_core_health_fw_fatal_config() local 2043 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_config() 2046 mlxsw_reg_mfgd_fatal_event_mode_set(mfgd_pl, enable); in mlxsw_core_health_fw_fatal_config() 2047 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_config()
|