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

/linux-master/drivers/accel/habanalabs/common/
H A Dhw_queue.c454 struct hl_cs_encaps_sig_handle *handle = cs->encaps_sig_hdl;
497 cs->encaps_sig_hdl->q_idx,
498 cs->encaps_sig_hdl->cs_seq,
585 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; local
592 encaps_sig_hdl = idr_find(&mgr->handles, cs->encaps_sig_hdl_id);
593 if (encaps_sig_hdl) {
598 encaps_sig_hdl->cs_seq = cs->sequence;
604 cs_cmpl->encaps_sig_hdl = encaps_sig_hdl;
610 cs_cmpl->hw_sob = encaps_sig_hdl
[all...]
H A Dcommand_submission.c764 kref_put(&hl_cs_cmpl->encaps_sig_hdl->refcount,
769 kref_put(&cs->encaps_sig_hdl->refcount, hl_encaps_release_handle_and_put_ctx);
2127 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; local
2138 encaps_sig_hdl = idr_find(&mgr->handles, handle_id);
2139 if (encaps_sig_hdl) {
2141 handle_id, encaps_sig_hdl->hw_sob->sob_addr,
2142 encaps_sig_hdl->count);
2146 q_idx = encaps_sig_hdl->q_idx;
2156 if (encaps_sig_hdl->pre_sob_val + encaps_sig_hdl
2203 struct hl_cs_encaps_sig_handle *encaps_sig_hdl = NULL; local
[all...]
H A Dhabanalabs.h853 * @encaps_sig_hdl: encaps signals handler.
866 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; member in struct:hl_cs_compl
1996 * @encaps_sig_hdl: holds the encaps signals handle.
2037 struct hl_cs_encaps_sig_handle *encaps_sig_hdl; member in struct:hl_cs
/linux-master/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c1314 struct hl_cs_encaps_sig_handle *handle = cs->encaps_sig_hdl;

Completed in 324 milliseconds