Searched refs:tail_offset (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_pmd_private.h | 62 uint32_t tail_offset; member
|
| H A D | ccp_crypto.c | 2834 b_info->tail_offset = (uint32_t)(cmd_q->qbase_phys_addr + cmd_q->qidx * in process_ops_to_enqueue() 2840 b_info->tail_offset); in process_ops_to_enqueue() 2995 if (b_info->head_offset < b_info->tail_offset) { in process_ops_to_dequeue() 2997 (cur_head_offset < b_info->tail_offset)) { in process_ops_to_dequeue() 3001 } else if (b_info->tail_offset != b_info->head_offset) { in process_ops_to_dequeue() 3003 (cur_head_offset < b_info->tail_offset)) { in process_ops_to_dequeue()
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | nix.h | 1816 uint64_t tail_offset : 6; member 1879 uint64_t tail_offset : 6; member 1946 uint64_t tail_offset : 6; member 2008 uint64_t tail_offset : 6; member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | cnxk_telemetry_nix.c | 555 CNXK_TEL_DICT_INT(d, ctx, tail_offset, w3_); in nix_sq_ctx_cn9k() 641 CNXK_TEL_DICT_INT(d, ctx, tail_offset, w3_); in nix_sq_ctx()
|
| H A D | roc_nix_debug.c | 398 ctx->smenq_offset, ctx->tail_offset); in nix_cn9k_lf_sq_dump() 461 ctx->smenq_offset, ctx->tail_offset); in nix_lf_sq_dump()
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.c | 238 const u32 *msg, u16 tail_offset, u16 len) in fm10k_fifo_write_copy() argument 240 u16 end = fm10k_fifo_tail_offset(fifo, tail_offset); in fm10k_fifo_write_copy()
|