Home
last modified time | relevance | path

Searched refs:head_offset (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/crypto/ccp/
H A Dccp_pmd_private.h60 uint32_t head_offset; member
H A Dccp_crypto.c2778 b_info->head_offset = (uint32_t)(cmd_q->qbase_phys_addr + cmd_q->qidx * in process_ops_to_enqueue()
2995 if (b_info->head_offset < b_info->tail_offset) { in process_ops_to_dequeue()
2996 if ((cur_head_offset >= b_info->head_offset) && in process_ops_to_dequeue()
3001 } else if (b_info->tail_offset != b_info->head_offset) { in process_ops_to_dequeue()
3002 if ((cur_head_offset >= b_info->head_offset) || in process_ops_to_dequeue()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h1809 uint64_t head_offset : 6; member
1872 uint64_t head_offset : 6; member
1948 uint64_t head_offset : 6; member
2010 uint64_t head_offset : 6; member
/dpdk/drivers/common/cnxk/
H A Dcnxk_telemetry_nix.c553 CNXK_TEL_DICT_INT(d, ctx, head_offset, w3_); in nix_sq_ctx_cn9k()
639 CNXK_TEL_DICT_INT(d, ctx, head_offset, w3_); in nix_sq_ctx()
H A Droc_nix_debug.c396 ctx->smenq_next_sqb_vld, ctx->head_offset); in nix_cn9k_lf_sq_dump()
459 ctx->smenq_next_sqb_vld, ctx->head_offset); in nix_lf_sq_dump()