Lines Matching refs:sync_stream_prop
413 prop = &hdev->kernel_queues[q_idx].sync_stream_prop; in init_signal_cs()
472 prop = &hdev->kernel_queues[q_idx].sync_stream_prop; in init_wait_cs()
904 struct hl_sync_stream_properties *sync_stream_prop; in sync_stream_queue_init() local
909 sync_stream_prop = &hdev->kernel_queues[q_idx].sync_stream_prop; in sync_stream_queue_init()
921 sync_stream_prop->collective_mstr_mon_id[0] = in sync_stream_queue_init()
925 sync_stream_prop->collective_mstr_mon_id[1] = in sync_stream_queue_init()
934 sync_stream_prop->collective_slave_mon_id = in sync_stream_queue_init()
943 sync_stream_prop->base_sob_id = prop->sync_stream_first_sob + in sync_stream_queue_init()
945 sync_stream_prop->base_mon_id = prop->sync_stream_first_mon + in sync_stream_queue_init()
947 sync_stream_prop->next_sob_val = 1; in sync_stream_queue_init()
948 sync_stream_prop->curr_sob_offset = 0; in sync_stream_queue_init()
951 hw_sob = &sync_stream_prop->hw_sob[sob]; in sync_stream_queue_init()
953 hw_sob->sob_id = sync_stream_prop->base_sob_id + sob; in sync_stream_queue_init()
964 &hdev->kernel_queues[q_idx].sync_stream_prop; in sync_stream_queue_reset()