Home
last modified time | relevance | path

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

/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h69 rte_iova_t *iova_list; in ssovf_octeontx_wqe_xtract_mseg() local
79 iova_list = (rte_iova_t *)(uintptr_t)(buflink->w1.s.addr); in ssovf_octeontx_wqe_xtract_mseg()
80 mbuf->next = (struct rte_mbuf *)(rte_iova_t *)(iova_list - 2) in ssovf_octeontx_wqe_xtract_mseg()
93 buflink = (octtx_pki_buflink_t *)(rte_iova_t *)(iova_list - 2); in ssovf_octeontx_wqe_xtract_mseg()
149 rte_iova_t *iova_list; in ssovf_octeontx_wqe_free() local
156 iova_list = (rte_iova_t *)(uintptr_t)(buflink->w1.s.addr); in ssovf_octeontx_wqe_free()
157 mbuf = (struct rte_mbuf *)(rte_iova_t *)(iova_list - 2) in ssovf_octeontx_wqe_free()
162 buflink = (octtx_pki_buflink_t *)(rte_iova_t *)(iova_list - 2); in ssovf_octeontx_wqe_free()
/dpdk/drivers/net/cnxk/
H A Dcn9k_rx.h121 const rte_iova_t *iova_list; in nix_cqe_xtract_mseg() local
145 iova_list = ((const rte_iova_t *)(rx + 1)) + 2; in nix_cqe_xtract_mseg()
152 mbuf->next = ((struct rte_mbuf *)*iova_list) - 1; in nix_cqe_xtract_mseg()
161 iova_list++; in nix_cqe_xtract_mseg()
163 if (!nb_segs && (iova_list + 1 < eol)) { in nix_cqe_xtract_mseg()
164 sg = *(const uint64_t *)(iova_list); in nix_cqe_xtract_mseg()
167 iova_list = (const rte_iova_t *)(iova_list + 1); in nix_cqe_xtract_mseg()
H A Dcn10k_rx.h684 const rte_iova_t *iova_list; in nix_cqe_xtract_mseg() local
707 iova_list = ((const rte_iova_t *)(rx + 1)) + 2; in nix_cqe_xtract_mseg()
714 mbuf->next = ((struct rte_mbuf *)*iova_list) - 1; in nix_cqe_xtract_mseg()
723 iova_list++; in nix_cqe_xtract_mseg()
725 if (!nb_segs && (iova_list + 1 < eol)) { in nix_cqe_xtract_mseg()
726 sg = *(const uint64_t *)(iova_list); in nix_cqe_xtract_mseg()
729 iova_list = (const rte_iova_t *)(iova_list + 1); in nix_cqe_xtract_mseg()
/dpdk/drivers/bus/vmbus/
H A Drte_bus_vmbus.h273 struct iova_list { struct