Home
last modified time | relevance | path

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

/drivers/accel/habanalabs/common/
Dcommand_submission.c881 enum hl_cs_type cs_type, u64 user_sequence, in allocate_cs() argument
908 cs->type = cs_type; in allocate_cs()
1332 enum hl_cs_type cs_type; in hl_cs_sanity_checks() local
1361 cs_type = hl_cs_get_cs_type(cs_type_flags); in hl_cs_sanity_checks()
1364 is_sync_stream = (cs_type == CS_TYPE_SIGNAL || cs_type == CS_TYPE_WAIT || in hl_cs_sanity_checks()
1365 cs_type == CS_TYPE_COLLECTIVE_WAIT); in hl_cs_sanity_checks()
1372 if (cs_type == CS_TYPE_DEFAULT) { in hl_cs_sanity_checks()
2183 static int cs_ioctl_signal_wait(struct hl_fpriv *hpriv, enum hl_cs_type cs_type, in cs_ioctl_signal_wait() argument
2240 if (cs_type == CS_TYPE_COLLECTIVE_WAIT) { in cs_ioctl_signal_wait()
2262 is_wait_cs = !!(cs_type == CS_TYPE_WAIT || in cs_ioctl_signal_wait()
[all …]