MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pfe_mem_ptov

Function pfe_mem_ptov

dpdk/drivers/net/pfe/base/pfe.h:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402
403
404static inline void *pfe_mem_ptov(phys_addr_t paddr)
405{
406 return rte_mem_iova2virt(paddr);
407}
408
409static phys_addr_t pfe_mem_vtop(uint64_t vaddr) __rte_unused;
410

Callers 1

pmd_pfe_probeFunction · 0.85

Calls 1

rte_mem_iova2virtFunction · 0.85

Tested by

no test coverage detected