Home
last modified time | relevance | path

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

/dpdk/drivers/bus/pci/bsd/
H A Dpci.c281 if (PCI_BAR_IO(bar.pbi_base)) { in pci_scan_one()
282 dev->mem_resource[i].addr = (void *)(bar.pbi_base & ~((uint64_t)0xf)); in pci_scan_one()
285 dev->mem_resource[i].phys_addr = bar.pbi_base & ~((uint64_t)0xf); in pci_scan_one()