Searched refs:sc_common (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | aac.c | 595 if ((rv = bus_dmamap_create(sc->sc_dmat, sizeof(*sc->sc_common), 1, in aac_init() 596 sizeof(*sc->sc_common), 0, BUS_DMA_NOWAIT | BUS_DMA_ALLOCNOW, in aac_init() 602 if ((rv = bus_dmamem_alloc(sc->sc_dmat, sizeof(*sc->sc_common), in aac_init() 610 sizeof(*sc->sc_common), (void **)&sc->sc_common, 0)) != 0) { in aac_init() 616 sc->sc_common, sizeof(*sc->sc_common), NULL, in aac_init() 623 memset(sc->sc_common, 0, sizeof(*sc->sc_common)); in aac_init() 640 ip = &sc->sc_common->ac_init; in aac_init() 696 sc->sc_queues = (struct aac_queue_table *)((uintptr_t)sc->sc_common + qoff); in aac_init() 698 ((char *)sc->sc_queues - (char *)sc->sc_common)); in aac_init() 776 sizeof(*sc->sc_common), in aac_init() [all …]
|
| D | aacvar.h | 316 struct aac_common *sc_common; member
|