Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_cryptodev_ops.h25 #define CNXK_CPT_INST_W3(qord, wqe_ptr) \ argument
26 (qord | ((uintptr_t)(wqe_ptr) >> 3) << 3)
/dpdk/drivers/common/cnxk/hw/
H A Dcpt.h196 uint64_t wqe_ptr : 61; member
256 uint64_t wqe_ptr; member
/dpdk/drivers/common/cnxk/
H A Droc_cpt_debug.c22 plt_print("W1: wqe_ptr \t0x%016lx\t", cpth->wqe_ptr); in roc_cpt_parse_hdr_dump()
/dpdk/drivers/net/cnxk/
H A Dcn10k_rx.h177 wqe = (uint64_t *)(rte_be_to_cpu_64(hdr->wqe_ptr)); in nix_sec_attach_frags()
306 wqe = (uint64_t *)rte_be_to_cpu_64(hdr->wqe_ptr); in nix_sec_reassemble_frags()
455 (rte_be_to_cpu_64(hdr->wqe_ptr) - in nix_sec_meta_to_mbuf_sc()
517 inner = (struct rte_mbuf *)(rte_be_to_cpu_64(hdr->wqe_ptr) - in nix_sec_meta_to_mbuf_sc()