Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/habanalabs/common/
Dhw_queue.c443 struct hl_cs_encaps_sig_handle *handle = cs->encaps_sig_hdl; in hl_hw_queue_encaps_sig_set_sob_info()
486 cs->encaps_sig_hdl->q_idx, in init_wait_cs()
487 cs->encaps_sig_hdl->cs_seq, in init_wait_cs()
574 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; in encaps_sig_first_staged_cs_handler() local
581 encaps_sig_hdl = idr_find(&mgr->handles, cs->encaps_sig_hdl_id); in encaps_sig_first_staged_cs_handler()
582 if (encaps_sig_hdl) { in encaps_sig_first_staged_cs_handler()
587 encaps_sig_hdl->cs_seq = cs->sequence; in encaps_sig_first_staged_cs_handler()
593 cs_cmpl->encaps_sig_hdl = encaps_sig_hdl; in encaps_sig_first_staged_cs_handler()
599 cs_cmpl->hw_sob = encaps_sig_hdl->hw_sob; in encaps_sig_first_staged_cs_handler()
600 cs_cmpl->sob_val = encaps_sig_hdl->pre_sob_val + in encaps_sig_first_staged_cs_handler()
[all …]
Dcommand_submission.c744 kref_put(&hl_cs_cmpl->encaps_sig_hdl->refcount, in cs_do_release()
750 kref_put(&cs->encaps_sig_hdl->refcount, in cs_do_release()
2031 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; in cs_ioctl_unreserve_signals() local
2042 encaps_sig_hdl = idr_find(&mgr->handles, handle_id); in cs_ioctl_unreserve_signals()
2043 if (encaps_sig_hdl) { in cs_ioctl_unreserve_signals()
2045 handle_id, encaps_sig_hdl->hw_sob->sob_addr, in cs_ioctl_unreserve_signals()
2046 encaps_sig_hdl->count); in cs_ioctl_unreserve_signals()
2050 q_idx = encaps_sig_hdl->q_idx; in cs_ioctl_unreserve_signals()
2060 if (encaps_sig_hdl->pre_sob_val + encaps_sig_hdl->count in cs_ioctl_unreserve_signals()
2062 sob_addr != encaps_sig_hdl->hw_sob->sob_addr) { in cs_ioctl_unreserve_signals()
[all …]
Dhabanalabs.h835 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; member
1948 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; member
/linux-6.1.9/drivers/misc/habanalabs/gaudi/
Dgaudi.c1306 struct hl_cs_encaps_sig_handle *handle = cs->encaps_sig_hdl; in gaudi_collective_wait_init_cs()