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

  /src/sys/dev/ic/
dptvar.h 63 struct eata_sp *ccb_savesp; /* saved status packet */
77 struct eata_sp *sc_stp; /* EATA status packet */
dpt.c 249 struct eata_sp *sp;
267 sizeof(struct eata_sp), BUS_DMASYNC_POSTREAD);
280 sc->sc_stpoff, sizeof(struct eata_sp),
351 sc->sc_scroff = sc->sc_stpoff + sizeof(struct eata_sp);
353 DPT_SCRATCH_SIZE + sizeof(struct eata_sp);
380 sc->sc_stp = (struct eata_sp *)((char *)sc->sc_ccbs + sc->sc_stpoff);
1009 sizeof(struct eata_sp), BUS_DMASYNC_PREREAD);
1094 sizeof(struct eata_sp), BUS_DMASYNC_PREREAD);
1199 info->spLength = sizeof(struct eata_sp);
1279 struct eata_sp sp
    [all...]
dptreg.h 156 struct eata_sp { struct

Completed in 12 milliseconds