Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_kni/
H A Drte_kni_common.h108 phys_addr_t req_phys; member
H A Drte_kni.c299 dev_info.req_phys = kni->m_req_q->iova; in rte_kni_alloc()
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_misc.c358 kni->req_q = iova_to_kva(current, dev_info.req_phys); in kni_ioctl_create()
375 kni->req_q = phys_to_virt(dev_info.req_phys); in kni_ioctl_create()
393 (unsigned long long) dev_info.req_phys, kni->req_q); in kni_ioctl_create()
/f-stack/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()
/f-stack/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()