Searched refs:nfe_dev (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/nfe/ |
H A D | if_nfe.c | 136 device_printf((sc)->nfe_dev, __VA_ARGS__); \ 140 device_printf((sc)->nfe_dev, __VA_ARGS__); \ 295 sc->nfe_msix_res = bus_alloc_resource_any(sc->nfe_dev, SYS_RES_MEMORY, in nfe_alloc_msix() 298 device_printf(sc->nfe_dev, in nfe_alloc_msix() 303 sc->nfe_msix_pba_res = bus_alloc_resource_any(sc->nfe_dev, in nfe_alloc_msix() 306 device_printf(sc->nfe_dev, in nfe_alloc_msix() 308 bus_release_resource(sc->nfe_dev, SYS_RES_MEMORY, PCIR_BAR(2), in nfe_alloc_msix() 314 if (pci_alloc_msix(sc->nfe_dev, &count) == 0) { in nfe_alloc_msix() 317 device_printf(sc->nfe_dev, in nfe_alloc_msix() 322 device_printf(sc->nfe_dev, in nfe_alloc_msix() [all …]
|
H A D | if_nfevar.h | 106 device_t nfe_dev; member
|