Searched refs:head_offset (Results 1 – 4 of 4) sorted by relevance
60 uint32_t head_offset; member
2714 b_info->head_offset = (uint32_t)(cmd_q->qbase_phys_addr + cmd_q->qidx * in process_ops_to_enqueue()2931 if (b_info->head_offset < b_info->tail_offset) { in process_ops_to_dequeue()2932 if ((cur_head_offset >= b_info->head_offset) && in process_ops_to_dequeue()2937 } else if (b_info->tail_offset != b_info->head_offset) { in process_ops_to_dequeue()2938 if ((cur_head_offset >= b_info->head_offset) || in process_ops_to_dequeue()
1209 uint64_t head_offset : 6; member1283 uint64_t head_offset : 6; member
264 ctx->smenq_next_sqb_vld, ctx->head_offset); in nix_lf_sq_dump()