Searched refs:seq_arr (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/accel/habanalabs/common/ |
D | context.c | 379 int hl_ctx_get_fences(struct hl_ctx *ctx, u64 *seq_arr, in hl_ctx_get_fences() argument 388 u64 seq = seq_arr[i]; in hl_ctx_get_fences()
|
D | command_submission.c | 2724 u64 *seq_arr = mcs_data->seq_arr; in hl_cs_poll_fences() local 2731 rc = hl_ctx_get_fences(mcs_data->ctx, seq_arr, fence_ptr, arr_len); in hl_cs_poll_fences() 2773 rc = hl_wait_for_fence(mcs_data->ctx, seq_arr[i], fence, &status, 0, NULL); in hl_cs_poll_fences() 2777 rc, seq_arr[i]); in hl_cs_poll_fences() 2999 void __user *seq_arr; in hl_multi_cs_wait_ioctl() local 3031 seq_arr = (void __user *) (uintptr_t) args->in.seq; in hl_multi_cs_wait_ioctl() 3033 if (copy_from_user(cs_seq_arr, seq_arr, size_to_copy)) { in hl_multi_cs_wait_ioctl() 3048 mcs_data.seq_arr = cs_seq_arr; in hl_multi_cs_wait_ioctl()
|
D | habanalabs.h | 2896 u64 *seq_arr; member 3672 int hl_ctx_get_fences(struct hl_ctx *ctx, u64 *seq_arr,
|