HomeSort by: relevance | last modified time | path
    Searched refs:sc_common_seg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aac.c 603 PAGE_SIZE, 0, &sc->sc_common_seg, 1, &nsegs,
609 if ((rv = bus_dmamem_map(sc->sc_dmat, &sc->sc_common_seg, nsegs,
646 ip->AdapterFibsPhysicalAddress = htole32(sc->sc_common_seg.ds_addr +
653 ip->PrintfBufferAddress = htole32(sc->sc_common_seg.ds_addr +
697 ip->CommHeaderAddress = htole32(sc->sc_common_seg.ds_addr +
783 sc->sc_common_seg.ds_addr + offsetof(struct aac_common, ac_init),
801 bus_dmamem_free(sc->sc_dmat, &sc->sc_common_seg, 1);
1229 fibpa = sc->sc_common_seg.ds_addr +
aacvar.h 317 bus_dma_segment_t sc_common_seg; member in struct:aac_softc

Completed in 25 milliseconds