Home
last modified time | relevance | path

Searched refs:hl_pi_2_offset (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/misc/habanalabs/
Dhw_queue.c82 bd += hl_pi_2_offset(q->pi); in ext_queue_submit_bd()
273 q->shadow_queue[hl_pi_2_offset(q->pi)] = job; in ext_hw_queue_schedule_job()
Dirq.c120 job = queue->shadow_queue[hl_pi_2_offset(shadow_index)]; in hl_irq_handler_cq()
Dhabanalabs.h1443 #define hl_pi_2_offset(pi) ((pi) & (HL_QUEUE_LENGTH - 1)) macro