Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_pmd_private.h60 uint32_t head_offset; member
H A Dccp_crypto.c2714 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()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_nix.h1209 uint64_t head_offset : 6; member
1283 uint64_t head_offset : 6; member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_debug.c264 ctx->smenq_next_sqb_vld, ctx->head_offset); in nix_lf_sq_dump()