Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_igc.h210 bus_addr_t os_membase; member
H A Dif_igc.c361 &os->os_memh, &os->os_membase, &os->os_memsize, 0)) { in igc_allocate_pci_resources()
365 sc->hw.hw_addr = (uint8_t *)os->os_membase; in igc_allocate_pci_resources()
488 if (os->os_membase != 0) in igc_free_pci_resources()
490 os->os_membase = 0; in igc_free_pci_resources()
H A Dif_ngbereg.h726 bus_addr_t os_membase; member
H A Dixgbe.h135 bus_addr_t os_membase; member
H A Dif_ix.c1855 &os->os_memt, &os->os_memh, &os->os_membase, &os->os_memsize, 0)) { in ixgbe_allocate_pci_resources()
1859 sc->hw.hw_addr = (uint8_t *)os->os_membase; in ixgbe_allocate_pci_resources()
1889 if (os->os_membase != 0) in ixgbe_free_pci_resources()
1891 os->os_membase = 0; in ixgbe_free_pci_resources()
H A Dif_ngbe.c923 &os->os_memh, &os->os_membase, &os->os_memsize, 0)) { in ngbe_allocate_pci_resources()
944 if (os->os_membase) in ngbe_free_pci_resources()
946 os->os_membase = 0; in ngbe_free_pci_resources()