Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_kni/
H A Drte_kni_common.h102 phys_addr_t tx_phys; member
H A Drte_kni.c279 dev_info.tx_phys = kni->m_tx_q->iova; in rte_kni_alloc()
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_misc.c353 kni->tx_q = iova_to_kva(current, dev_info.tx_phys); in kni_ioctl_create()
370 kni->tx_q = phys_to_virt(dev_info.tx_phys); in kni_ioctl_create()
385 (unsigned long long) dev_info.tx_phys, kni->tx_q); in kni_ioctl_create()
/f-stack/dpdk/drivers/net/avp/
H A Drte_avp_common.h312 rte_iova_t tx_phys; member
H A Davp_ethdev.c890 host_info->tx_phys); in avp_dev_create()
895 host_info->tx_phys + (i * host_info->tx_size)); in avp_dev_create()