Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_kni/
H A Drte_kni_common.h103 phys_addr_t rx_phys; member
H A Drte_kni.c284 dev_info.rx_phys = kni->m_rx_q->iova; in rte_kni_alloc()
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_misc.c354 kni->rx_q = iova_to_kva(current, dev_info.rx_phys); in kni_ioctl_create()
371 kni->rx_q = phys_to_virt(dev_info.rx_phys); in kni_ioctl_create()
387 (unsigned long long) dev_info.rx_phys, kni->rx_q); in kni_ioctl_create()
/f-stack/dpdk/drivers/net/avp/
H A Drte_avp_common.h313 rte_iova_t rx_phys; member
H A Davp_ethdev.c902 host_info->rx_phys); in avp_dev_create()
907 host_info->rx_phys + (i * host_info->rx_size)); in avp_dev_create()