Searched refs:HL_CQ_LENGTH (Results 1 – 2 of 2) sorted by relevance
37 if (unlikely(ptr == HL_CQ_LENGTH)) in hl_cq_inc_ptr()304 atomic_set(&q->free_slots_cnt, HL_CQ_LENGTH); in hl_cq_init()329 atomic_set(&q->free_slots_cnt, HL_CQ_LENGTH); in hl_cq_reset()
731 #define HL_CQ_LENGTH HL_QUEUE_LENGTH macro732 #define HL_CQ_SIZE_IN_BYTES (HL_CQ_LENGTH * HL_CQ_ENTRY_SIZE)
Completed in 14 milliseconds