Searched refs:RTE_BAD_PHYS_ADDR (Results 1 – 6 of 6) sorted by relevance
206 return RTE_BAD_PHYS_ADDR; in rte_mem_virt2phy()213 return RTE_BAD_PHYS_ADDR; in rte_mem_virt2phy()229 if (phys == RTE_BAD_PHYS_ADDR) in rte_mem_virt2iova()
370 #define RTE_BAD_PHYS_ADDR ((phys_addr_t)-1) macro
409 #define RTE_BAD_PHYS_ADDR ((phys_addr_t)-1) macro
172 if (addr == RTE_BAD_PHYS_ADDR) in find_physaddrs()1668 rte_mem_virt2phy(&tmp) != RTE_BAD_PHYS_ADDR)
621 if (iova == RTE_BAD_PHYS_ADDR) { in alloc_seg()
377 * ``RTE_BAD_PHYS_ADDR`` is often replaced by ``RTE_BAD_IOVA`` of same value.