Home
last modified time | relevance | path

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

/linux-6.15/drivers/accel/habanalabs/common/
H A Dhw_queue.c497 cs->encaps_sig_hdl->q_idx, in init_wait_cs()
498 cs->encaps_sig_hdl->cs_seq, in init_wait_cs()
585 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; in encaps_sig_first_staged_cs_handler() local
593 if (encaps_sig_hdl) { in encaps_sig_first_staged_cs_handler()
598 encaps_sig_hdl->cs_seq = cs->sequence; in encaps_sig_first_staged_cs_handler()
604 cs_cmpl->encaps_sig_hdl = encaps_sig_hdl; in encaps_sig_first_staged_cs_handler()
610 cs_cmpl->hw_sob = encaps_sig_hdl->hw_sob; in encaps_sig_first_staged_cs_handler()
612 encaps_sig_hdl->count; in encaps_sig_first_staged_cs_handler()
615 cs->sequence, encaps_sig_hdl->id, in encaps_sig_first_staged_cs_handler()
616 encaps_sig_hdl->count, in encaps_sig_first_staged_cs_handler()
[all …]
H A Dcommand_submission.c2139 if (encaps_sig_hdl) { in cs_ioctl_unreserve_signals()
2142 encaps_sig_hdl->count); in cs_ioctl_unreserve_signals()
2146 q_idx = encaps_sig_hdl->q_idx; in cs_ioctl_unreserve_signals()
2156 if (encaps_sig_hdl->pre_sob_val + encaps_sig_hdl->count in cs_ioctl_unreserve_signals()
2160 encaps_sig_hdl->pre_sob_val, in cs_ioctl_unreserve_signals()
2172 prop->next_sob_val -= encaps_sig_hdl->count; in cs_ioctl_unreserve_signals()
2183 hl_ctx_put(encaps_sig_hdl->ctx); in cs_ioctl_unreserve_signals()
2184 kfree(encaps_sig_hdl); in cs_ioctl_unreserve_signals()
2324 encaps_sig_hdl->count) { in cs_ioctl_signal_wait()
2327 encaps_sig_hdl->count); in cs_ioctl_signal_wait()
[all …]
H A Dhabanalabs.h869 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; member
2057 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; member
/linux-6.15/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c1314 struct hl_cs_encaps_sig_handle *handle = cs->encaps_sig_hdl; in gaudi_collective_wait_init_cs()