Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
404
static inline void *pfe_mem_ptov(phys_addr_t paddr)
405
{
406
return rte_mem_iova2virt(paddr);
407
}
408
409
static phys_addr_t pfe_mem_vtop(uint64_t vaddr) __rte_unused;
410
Callers
1
pmd_pfe_probe
Function · 0.85
Calls
1
rte_mem_iova2virt
Function · 0.85
Tested by
no test coverage detected