Home
last modified time | relevance | path

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

/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2962 phys_addr_t seg_phys; in prepare_iov_from_pkt() local
2972 seg_phys = rte_pktmbuf_iova(pkt); in prepare_iov_from_pkt()
2989 iovec->bufs[index].dma_addr = seg_phys; in prepare_iov_from_pkt()
2996 seg_phys = rte_pktmbuf_iova(pkt); in prepare_iov_from_pkt()
3002 iovec->bufs[index].dma_addr = seg_phys; in prepare_iov_from_pkt()
3021 phys_addr_t seg_phys; in prepare_iov_from_pkt_inplace() local
3026 seg_phys = rte_pktmbuf_iova(pkt); in prepare_iov_from_pkt_inplace()
3042 param->bufs[0].dma_addr = seg_phys; in prepare_iov_from_pkt_inplace()
3048 iovec->bufs[index].dma_addr = seg_phys; in prepare_iov_from_pkt_inplace()
3055 seg_phys = rte_pktmbuf_iova(pkt); in prepare_iov_from_pkt_inplace()
[all …]