Symbol: hl_hw_queue
drivers/accel/habanalabs/common/firmware_if.c
407
struct hl_hw_queue *queue = &hdev->kernel_queues[hw_queue_id];
drivers/accel/habanalabs/common/habanalabs.h
3482
struct hl_hw_queue *kernel_queues;
drivers/accel/habanalabs/common/habanalabs.h
3796
void hl_hw_queue_submit_bd(struct hl_device *hdev, struct hl_hw_queue *q,
drivers/accel/habanalabs/common/hw_queue.c
1044
static void queue_fini(struct hl_device *hdev, struct hl_hw_queue *q)
drivers/accel/habanalabs/common/hw_queue.c
1082
struct hl_hw_queue *q;
drivers/accel/habanalabs/common/hw_queue.c
1128
struct hl_hw_queue *q;
drivers/accel/habanalabs/common/hw_queue.c
1140
struct hl_hw_queue *q;
drivers/accel/habanalabs/common/hw_queue.c
128
struct hl_hw_queue *q, int num_of_entries,
drivers/accel/habanalabs/common/hw_queue.c
177
struct hl_hw_queue *q,
drivers/accel/habanalabs/common/hw_queue.c
211
static int hw_queue_sanity_checks(struct hl_device *hdev, struct hl_hw_queue *q,
drivers/accel/habanalabs/common/hw_queue.c
242
struct hl_hw_queue *q = &hdev->kernel_queues[hw_queue_id];
drivers/accel/habanalabs/common/hw_queue.c
282
struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id];
drivers/accel/habanalabs/common/hw_queue.c
31
static inline int queue_free_slots(struct hl_hw_queue *q, u32 queue_len)
drivers/accel/habanalabs/common/hw_queue.c
347
struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id];
drivers/accel/habanalabs/common/hw_queue.c
383
struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id];
drivers/accel/habanalabs/common/hw_queue.c
44
struct hl_hw_queue *q;
drivers/accel/habanalabs/common/hw_queue.c
643
struct hl_hw_queue *q;
drivers/accel/habanalabs/common/hw_queue.c
819
struct hl_hw_queue *q = &hdev->kernel_queues[hw_queue_id];
drivers/accel/habanalabs/common/hw_queue.c
824
static int ext_and_cpu_queue_init(struct hl_device *hdev, struct hl_hw_queue *q,
drivers/accel/habanalabs/common/hw_queue.c
83
void hl_hw_queue_submit_bd(struct hl_device *hdev, struct hl_hw_queue *q,
drivers/accel/habanalabs/common/hw_queue.c
865
static int int_queue_init(struct hl_device *hdev, struct hl_hw_queue *q)
drivers/accel/habanalabs/common/hw_queue.c
885
static int cpu_queue_init(struct hl_device *hdev, struct hl_hw_queue *q)
drivers/accel/habanalabs/common/hw_queue.c
890
static int ext_queue_init(struct hl_device *hdev, struct hl_hw_queue *q)
drivers/accel/habanalabs/common/hw_queue.c
895
static int hw_queue_init(struct hl_device *hdev, struct hl_hw_queue *q)
drivers/accel/habanalabs/common/hw_queue.c
996
static int queue_init(struct hl_device *hdev, struct hl_hw_queue *q,
drivers/accel/habanalabs/common/irq.c
102
struct hl_hw_queue *queue;
drivers/accel/habanalabs/common/irq.c
80
struct hl_hw_queue *queue;
drivers/accel/habanalabs/gaudi/gaudi.c
1095
struct hl_hw_queue *q;
drivers/accel/habanalabs/gaudi/gaudi.c
2686
struct hl_hw_queue *q;
drivers/accel/habanalabs/gaudi/gaudi.c
3821
struct hl_hw_queue *cpu_pq =
drivers/accel/habanalabs/gaudi/gaudi.c
6855
struct hl_hw_queue *q;
drivers/accel/habanalabs/gaudi/gaudi.c
7283
struct hl_hw_queue *q = &hdev->kernel_queues[GAUDI_QUEUE_ID_CPU_PQ];
drivers/accel/habanalabs/gaudi2/gaudi2.c
5301
struct hl_hw_queue *cpu_pq = &hdev->kernel_queues[GAUDI2_QUEUE_ID_CPU_PQ];
drivers/accel/habanalabs/gaudi2/gaudi2.c
5371
struct hl_hw_queue *q;
drivers/accel/habanalabs/gaudi2/gaudi2.c
9869
struct hl_hw_queue *q = &hdev->kernel_queues[GAUDI2_QUEUE_ID_CPU_PQ];
drivers/accel/habanalabs/gaudi2/gaudi2.c
9946
struct hl_hw_queue *q = &hdev->kernel_queues[GAUDI2_QUEUE_ID_CPU_PQ];
drivers/accel/habanalabs/goya/goya.c
1169
struct hl_hw_queue *q;
drivers/accel/habanalabs/goya/goya.c
1332
struct hl_hw_queue *cpu_pq = &hdev->kernel_queues[GOYA_QUEUE_ID_CPU_PQ];
drivers/accel/habanalabs/goya/goya.c
4469
struct hl_hw_queue *q = &hdev->kernel_queues[GOYA_QUEUE_ID_CPU_PQ];