Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/habanalabs/common/
Dhw_queue.c439 struct hl_cs_encaps_sig_handle *handle = cs->encaps_sig_hdl; in hl_hw_queue_encaps_sig_set_sob_info()
482 cs->encaps_sig_hdl->q_idx, in init_wait_cs()
483 cs->encaps_sig_hdl->cs_seq, in init_wait_cs()
570 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; in encaps_sig_first_staged_cs_handler() local
577 encaps_sig_hdl = idr_find(&mgr->handles, cs->encaps_sig_hdl_id); in encaps_sig_first_staged_cs_handler()
578 if (encaps_sig_hdl) { in encaps_sig_first_staged_cs_handler()
583 encaps_sig_hdl->cs_seq = cs->sequence; in encaps_sig_first_staged_cs_handler()
589 cs_cmpl->encaps_sig_hdl = encaps_sig_hdl; in encaps_sig_first_staged_cs_handler()
595 cs_cmpl->hw_sob = encaps_sig_hdl->hw_sob; in encaps_sig_first_staged_cs_handler()
596 cs_cmpl->sob_val = encaps_sig_hdl->pre_sob_val + in encaps_sig_first_staged_cs_handler()
[all …]
Dcommand_submission.c654 kref_put(&hl_cs_cmpl->encaps_sig_hdl->refcount, in cs_do_release()
660 kref_put(&cs->encaps_sig_hdl->refcount, in cs_do_release()
1874 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; in cs_ioctl_unreserve_signals() local
1885 encaps_sig_hdl = idr_find(&mgr->handles, handle_id); in cs_ioctl_unreserve_signals()
1886 if (encaps_sig_hdl) { in cs_ioctl_unreserve_signals()
1888 handle_id, encaps_sig_hdl->hw_sob->sob_addr, in cs_ioctl_unreserve_signals()
1889 encaps_sig_hdl->count); in cs_ioctl_unreserve_signals()
1893 q_idx = encaps_sig_hdl->q_idx; in cs_ioctl_unreserve_signals()
1903 if (encaps_sig_hdl->pre_sob_val + encaps_sig_hdl->count in cs_ioctl_unreserve_signals()
1905 sob_addr != encaps_sig_hdl->hw_sob->sob_addr) { in cs_ioctl_unreserve_signals()
[all …]
Dhabanalabs.h633 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; member
1514 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; member