Searched refs:cs_type_flags (Results 1 – 1 of 1) sorted by relevance
1325 static enum hl_cs_type hl_cs_get_cs_type(u32 cs_type_flags) in hl_cs_get_cs_type() argument1327 if (cs_type_flags & HL_CS_FLAGS_SIGNAL) in hl_cs_get_cs_type()1329 else if (cs_type_flags & HL_CS_FLAGS_WAIT) in hl_cs_get_cs_type()1331 else if (cs_type_flags & HL_CS_FLAGS_COLLECTIVE_WAIT) in hl_cs_get_cs_type()1333 else if (cs_type_flags & HL_CS_FLAGS_RESERVE_SIGNALS_ONLY) in hl_cs_get_cs_type()1335 else if (cs_type_flags & HL_CS_FLAGS_UNRESERVE_SIGNALS_ONLY) in hl_cs_get_cs_type()1337 else if (cs_type_flags & HL_CS_FLAGS_ENGINE_CORE_COMMAND) in hl_cs_get_cs_type()1339 else if (cs_type_flags & HL_CS_FLAGS_ENGINES_COMMAND) in hl_cs_get_cs_type()1341 else if (cs_type_flags & HL_CS_FLAGS_FLUSH_PCI_HBW_WRITES) in hl_cs_get_cs_type()1351 u32 cs_type_flags, num_chunks; in hl_cs_sanity_checks() local[all …]