Home
last modified time | relevance | path

Searched refs:next_storm_id (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c5578 u8 storm_id, i, next_storm_id = 0; in ecore_config_storm_inputs() local
5603 for (i = 0; i < NUM_CALENDAR_SLOTS; i++, next_storm_id = (next_storm_id + 1) % MAX_DBG_STORMS) { in ecore_config_storm_inputs()
5606 …for (; !dev_data->bus.storms[next_storm_id].enabled; next_storm_id = (next_storm_id + 1) % MAX_DBG… in ecore_config_storm_inputs()
5609 ecore_wr(p_hwfn, p_ptt, DBG_REG_CALENDAR_SLOT0 + DWORDS_TO_BYTES(i), next_storm_id); in ecore_config_storm_inputs()