Searched refs:tail_offset (Results 1 – 5 of 5) sorted by relevance
62 uint32_t tail_offset; member
2770 b_info->tail_offset = (uint32_t)(cmd_q->qbase_phys_addr + cmd_q->qidx * in process_ops_to_enqueue()2776 b_info->tail_offset); in process_ops_to_enqueue()2931 if (b_info->head_offset < b_info->tail_offset) { in process_ops_to_dequeue()2933 (cur_head_offset < b_info->tail_offset)) { in process_ops_to_dequeue()2937 } else if (b_info->tail_offset != b_info->head_offset) { in process_ops_to_dequeue()2939 (cur_head_offset < b_info->tail_offset)) { in process_ops_to_dequeue()
1216 uint64_t tail_offset : 6; member1281 uint64_t tail_offset : 6; member
238 const u32 *msg, u16 tail_offset, u16 len) in fm10k_fifo_write_copy() argument240 u16 end = fm10k_fifo_tail_offset(fifo, tail_offset); in fm10k_fifo_write_copy()
266 ctx->smenq_offset, ctx->tail_offset); in nix_lf_sq_dump()