Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpciio.h117 uint64_t pbi_base; /* current value of BAR */ member
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c282 if (PCI_BAR_IO(bar.pbi_base)) { in pci_scan_one()
283 dev->mem_resource[i].addr = (void *)(bar.pbi_base & ~((uint64_t)0xf)); in pci_scan_one()
286 dev->mem_resource[i].phys_addr = bar.pbi_base & ~((uint64_t)0xf); in pci_scan_one()