Searched refs:storm_mode (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dbg_fw_funcs.h | 233 enum dbg_bus_storm_modes storm_mode);
|
H A D | ecore_dbg_fw_funcs.c | 2262 struct storm_mode_defs *storm_mode; in ecore_bus_enable_storm() local 2267 storm_mode = &s_storm_mode_defs[storm_bus->mode]; in ecore_bus_enable_storm() 2271 if (storm_mode->is_fast_dbg) { in ecore_bus_enable_storm() 2275 ecore_wr(p_hwfn, p_ptt, base_addr + SEM_FAST_REG_DEBUG_MODE, storm_mode->id_in_hw); in ecore_bus_enable_storm() 2289 ecore_wr(p_hwfn, p_ptt, storm->sem_slow_mode_addr, storm_mode->id_in_hw); in ecore_bus_enable_storm() 5116 enum dbg_bus_storm_modes storm_mode) in ecore_dbg_bus_enable_storm() argument 5120 …p_hwfn, ECORE_MSG_DEBUG, "dbg_bus_enable_storm: storm = %d, storm_mode = %d\n", storm, storm_mode); in ecore_dbg_bus_enable_storm() 5128 if (storm_mode >= MAX_DBG_BUS_STORM_MODES) in ecore_dbg_bus_enable_storm() 5137 dev_data->bus.storms[storm].mode = (u8)storm_mode; in ecore_dbg_bus_enable_storm()
|