Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/
H A Dcommand_submission.c1304 static enum hl_cs_type hl_cs_get_cs_type(u32 cs_type_flags) in hl_cs_get_cs_type() argument
1306 if (cs_type_flags & HL_CS_FLAGS_SIGNAL) in hl_cs_get_cs_type()
1308 else if (cs_type_flags & HL_CS_FLAGS_WAIT) in hl_cs_get_cs_type()
1310 else if (cs_type_flags & HL_CS_FLAGS_COLLECTIVE_WAIT) in hl_cs_get_cs_type()
1312 else if (cs_type_flags & HL_CS_FLAGS_RESERVE_SIGNALS_ONLY) in hl_cs_get_cs_type()
1314 else if (cs_type_flags & HL_CS_FLAGS_UNRESERVE_SIGNALS_ONLY) in hl_cs_get_cs_type()
1316 else if (cs_type_flags & HL_CS_FLAGS_ENGINE_CORE_COMMAND) in hl_cs_get_cs_type()
1318 else if (cs_type_flags & HL_CS_FLAGS_ENGINES_COMMAND) in hl_cs_get_cs_type()
1320 else if (cs_type_flags & HL_CS_FLAGS_FLUSH_PCI_HBW_WRITES) in hl_cs_get_cs_type()
1330 u32 cs_type_flags, num_chunks; in hl_cs_sanity_checks() local
[all …]