Lines Matching refs:encaps_sig_hdl
443 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()
601 encaps_sig_hdl->count; in encaps_sig_first_staged_cs_handler()
604 cs->sequence, encaps_sig_hdl->id, in encaps_sig_first_staged_cs_handler()
605 encaps_sig_hdl->count, in encaps_sig_first_staged_cs_handler()
606 encaps_sig_hdl->q_idx, in encaps_sig_first_staged_cs_handler()