Searched refs:mfgd_pl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 2068 char mfgd_pl[MLXSW_REG_MFGD_LEN]; in mlxsw_core_health_fw_fatal_test() local 2072 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_test() 2075 mlxsw_reg_mfgd_trigger_test_set(mfgd_pl, true); in mlxsw_core_health_fw_fatal_test() 2076 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_test() 2089 char mfgd_pl[MLXSW_REG_MFGD_LEN]; in mlxsw_core_health_fw_fatal_config() local 2093 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_config() 2096 mlxsw_reg_mfgd_fatal_event_mode_set(mfgd_pl, enable); in mlxsw_core_health_fw_fatal_config() 2097 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_config()
|