Home
last modified time | relevance | path

Searched refs:cs_type_flags (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/accel/habanalabs/common/
Dcommand_submission.c1325 static enum hl_cs_type hl_cs_get_cs_type(u32 cs_type_flags) in hl_cs_get_cs_type() argument
1327 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 …]