Searched refs:tpc_dec_event_type (Results 1 – 1 of 1) sorted by relevance
7500 static int tpc_dec_event_to_tpc_id(u16 tpc_dec_event_type) in tpc_dec_event_to_tpc_id() argument7502 return (tpc_dec_event_type - GAUDI_EVENT_TPC0_DEC) >> 1; in tpc_dec_event_to_tpc_id()7505 static int tpc_krn_event_to_tpc_id(u16 tpc_dec_event_type) in tpc_krn_event_to_tpc_id() argument7507 return (tpc_dec_event_type - GAUDI_EVENT_TPC0_KRN_ERR) / 6; in tpc_krn_event_to_tpc_id()