Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_pmd_private.h62 uint32_t tail_offset; member
H A Dccp_crypto.c2770 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()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_nix.h1216 uint64_t tail_offset : 6; member
1281 uint64_t tail_offset : 6; member
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_mbx.c238 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()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_debug.c266 ctx->smenq_offset, ctx->tail_offset); in nix_lf_sq_dump()