Lines Matching defs:portid
254 static bool is_portid_root(u32 portid) in is_portid_root()
259 static bool is_portid_port(u32 portid) in is_portid_port()
264 static bool is_portid_root_or_port(u32 portid) in is_portid_root_or_port()
288 static int basic_event_init(struct fme_perf_priv *priv, u32 event, u32 portid) in basic_event_init()
297 u32 event, u32 portid) in basic_read_event_counter()
304 static int cache_event_init(struct fme_perf_priv *priv, u32 event, u32 portid) in cache_event_init()
314 u32 event, u32 portid) in cache_read_event_counter()
350 u32 portid) in is_fabric_event_supported()
363 static int fabric_event_init(struct fme_perf_priv *priv, u32 event, u32 portid) in fabric_event_init()
415 u32 portid) in fabric_event_destroy()
423 u32 portid) in fabric_read_event_counter()
444 static int vtd_event_init(struct fme_perf_priv *priv, u32 event, u32 portid) in vtd_event_init()
454 u32 portid) in vtd_read_event_counter()
477 static int vtd_sip_event_init(struct fme_perf_priv *priv, u32 event, u32 portid) in vtd_sip_event_init()
487 u32 portid) in vtd_sip_read_event_counter()
800 u32 eventid, evtype, portid; in fme_perf_event_init() local