Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bnx/
HDif_bnxvar.h88 bus_write_4(sc->bnx_res2, reg, val)
91 bus_read_4(sc->bnx_res2, reg)
312 struct resource *bnx_res2; /* APE mapped I/O */ member
HDif_bnx.c2064 sc->bnx_res2 = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in bnx_attach()
2066 if (sc->bnx_res2 == NULL) { in bnx_attach()
2550 if (sc->bnx_res2 != NULL) { in bnx_detach()
2552 PCIR_BAR(2), sc->bnx_res2); in bnx_detach()
5961 if (sc->bnx_res2 == NULL) in bnx_alloc_msix()