Searched defs:dbg_bus_storm_data (Results 1 – 1 of 1) sorted by relevance
724 struct dbg_bus_storm_data { struct725 u8 enabled /* indicates if the Storm is enabled for recording */;726 u8 mode /* Storm debug mode, valid only if the Storm is enabled */;727 u8 hw_id /* HW ID associated with the Storm */;728 u8 eid_filter_en /* Indicates if EID filtering is performed (0/1) */;732 u8 eid_range_not_mask;733 u8 cid_filter_en /* Indicates if CID filtering is performed (0/1) */;735 union dbg_bus_storm_eid_params eid_filter_params;736 u32 cid /* CID to filter on. Valid only if cid_filter_en is set. */;