Searched refs:otx2_iova_to_phys (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | qos_sq.c | 99 pa = otx2_iova_to_phys(pfvf->iommu_domain, iova); in otx2_qos_sq_aura_pool_init() 131 pa = otx2_iova_to_phys(pfvf->iommu_domain, iova); in otx2_qos_sq_free_sqbs()
|
H A D | otx2_txrx.h | 158 static inline u64 otx2_iova_to_phys(void *iommu_domain, dma_addr_t dma_addr) in otx2_iova_to_phys() function
|
H A D | otx2_txrx.c | 126 pa = otx2_iova_to_phys(pfvf->iommu_domain, sg->dma_addr[0]); in otx2_xdp_snd_pkt_handler() 202 va = phys_to_virt(otx2_iova_to_phys(pfvf->iommu_domain, iova)); in otx2_skb_add_frag() 1415 pa = otx2_iova_to_phys(pfvf->iommu_domain, iova); in otx2_xdp_rcv_pkt_handler()
|
H A D | otx2_common.c | 1201 pa = otx2_iova_to_phys(pfvf->iommu_domain, iova); in otx2_sq_free_sqbs() 1217 pa = otx2_iova_to_phys(pfvf->iommu_domain, iova); in otx2_free_bufs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 148 static inline u64 otx2_iova_to_phys(void *iommu_domain, dma_addr_t dma_addr) in otx2_iova_to_phys() function
|
H A D | otx2_txrx.c | 144 va = phys_to_virt(otx2_iova_to_phys(pfvf->iommu_domain, iova)); in otx2_skb_add_frag() 921 pa = otx2_iova_to_phys(pfvf->iommu_domain, iova); in otx2_cleanup_rx_cqes()
|
H A D | otx2_common.c | 1026 pa = otx2_iova_to_phys(pfvf->iommu_domain, iova); in otx2_sq_free_sqbs() 1059 pa = otx2_iova_to_phys(pfvf->iommu_domain, iova); in otx2_free_aura_ptr()
|
Completed in 9 milliseconds