Searched refs:mfgd_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 1784 char mfgd_pl[MLXSW_REG_MFGD_LEN]; in mlxsw_core_health_fw_fatal_test() local 1788 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_test() 1791 mlxsw_reg_mfgd_trigger_test_set(mfgd_pl, true); in mlxsw_core_health_fw_fatal_test() 1792 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_test() 1805 char mfgd_pl[MLXSW_REG_MFGD_LEN]; in mlxsw_core_health_fw_fatal_config() local 1809 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_config() 1812 mlxsw_reg_mfgd_fatal_event_mode_set(mfgd_pl, enable); in mlxsw_core_health_fw_fatal_config() 1813 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_config()
|