ld_aac.c | 84 struct aac_softc *aac = device_private(parent); local in function:ld_aac_attach 85 struct aac_drive *hdr = &aac->sc_hdr[aaca->aaca_unit]; 91 ld->sc_maxxfer = AAC_MAX_XFER(aac); 95 (aac->sc_max_fibs - AAC_NCCBS_RESERVE) / aac->sc_nunits; 111 struct aac_softc *aac; local in function:ld_aac_dobio 118 aac = device_private(device_parent(sc->sc_ld.sc_dv)); 123 ac = aac_ccb_alloc(aac, (dowrite ? AAC_CCB_DATA_OUT : AAC_CCB_DATA_IN)); 129 if ((rv = aac_ccb_map(aac, ac)) != 0) { 130 aac_ccb_free(aac, ac) 328 struct aac_softc *aac; local in function:ld_aac_intr [all...] |