Home
last modified time | relevance | path

Searched refs:cb_alloc_flags (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/accel/habanalabs/common/
H A Dcommand_submission.c1246 if (!(hw_queue_prop->cb_alloc_flags & CB_ALLOC_USER)) { in validate_queue_index()
1255 if (!(hw_queue_prop->cb_alloc_flags & in validate_queue_index()
1266 *is_kernel_allocated_cb = !!(hw_queue_prop->cb_alloc_flags in validate_queue_index()
H A Dhabanalabs.h455 enum queue_cb_alloc_flags cb_alloc_flags; member
/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c376 prop->hw_queues_props[i].cb_alloc_flags = CB_ALLOC_KERNEL; in goya_set_fixed_properties()
382 prop->hw_queues_props[i].cb_alloc_flags = CB_ALLOC_KERNEL; in goya_set_fixed_properties()
389 prop->hw_queues_props[i].cb_alloc_flags = CB_ALLOC_USER; in goya_set_fixed_properties()
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c554 prop->hw_queues_props[i].cb_alloc_flags = in gaudi_set_fixed_properties()
561 prop->hw_queues_props[i].cb_alloc_flags = in gaudi_set_fixed_properties()
567 prop->hw_queues_props[i].cb_alloc_flags = in gaudi_set_fixed_properties()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c2436 q_props[i].cb_alloc_flags = CB_ALLOC_USER; in gaudi2_set_fixed_properties()
2444 q_props[GAUDI2_QUEUE_ID_CPU_PQ].cb_alloc_flags = CB_ALLOC_KERNEL; in gaudi2_set_fixed_properties()