Searched refs:storm_bus (Results 1 – 1 of 1) sorted by relevance
2261 struct dbg_bus_storm_data *storm_bus; in ecore_bus_enable_storm() local2266 storm_bus = &dev_data->bus.storms[storm_id]; in ecore_bus_enable_storm()2267 storm_mode = &s_storm_mode_defs[storm_bus->mode]; in ecore_bus_enable_storm()2294 if (storm_bus->cid_filter_en) { in ecore_bus_enable_storm()2295 ecore_wr(p_hwfn, p_ptt, base_addr + SEM_FAST_REG_FILTER_CID, storm_bus->cid); in ecore_bus_enable_storm()2300 if (storm_bus->eid_filter_en) { in ecore_bus_enable_storm()2301 const union dbg_bus_storm_eid_params *eid_filter = &storm_bus->eid_filter_params; in ecore_bus_enable_storm()2303 if (storm_bus->eid_range_not_mask) { in ecore_bus_enable_storm()2625 struct dbg_bus_storm_data *storm_bus = &dev_data->bus.storms[storm_id]; in ecore_bus_dump_inputs() local2635 offset += ecore_dump_num_param(dump_buf + offset, dump, "id", storm_bus->hw_id); in ecore_bus_dump_inputs()[all …]