Home
last modified time | relevance | path

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

/dpdk/lib/kni/
H A Drte_kni_common.h113 phys_addr_t req_phys; member
H A Drte_kni.c297 dev_info.req_phys = kni->m_req_q->iova; in rte_kni_alloc()
/dpdk/kernel/linux/kni/
H A Dkni_misc.c364 kni->req_q = iova_to_kva(current, dev_info.req_phys); in kni_ioctl_create()
381 kni->req_q = phys_to_virt(dev_info.req_phys); in kni_ioctl_create()
399 (unsigned long long) dev_info.req_phys, kni->req_q); in kni_ioctl_create()
/dpdk/drivers/net/qede/base/
H A Decore_sriov.h39 dma_addr_t req_phys; member
H A Decore_sriov.c512 vf->vf_mbx.req_phys = req_p + idx * sizeof(union vfpf_tlvs); in ecore_iov_setup_vfdb()
4508 vf_info->vf_mbx.req_phys, in ecore_iov_copy_vf_msg()
/dpdk/drivers/net/avp/
H A Drte_avp_common.h332 rte_iova_t req_phys; member
H A Davp_ethdev.c913 host_info->req_phys); in avp_dev_create()
920 avp->req_q = avp_dev_translate_address(eth_dev, host_info->req_phys); in avp_dev_create()