Searched refs:mfgd_pl (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 2005 char mfgd_pl[MLXSW_REG_MFGD_LEN]; in mlxsw_core_health_fw_fatal_test() local 2009 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_test() 2012 mlxsw_reg_mfgd_trigger_test_set(mfgd_pl, true); in mlxsw_core_health_fw_fatal_test() 2013 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_test() 2026 char mfgd_pl[MLXSW_REG_MFGD_LEN]; in mlxsw_core_health_fw_fatal_config() local 2030 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_config() 2033 mlxsw_reg_mfgd_fatal_event_mode_set(mfgd_pl, enable); in mlxsw_core_health_fw_fatal_config() 2034 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mfgd), mfgd_pl); in mlxsw_core_health_fw_fatal_config()
|