HomeSort by: relevance | last modified time | path
    Searched defs:asc_softc (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
ascvar.h 41 struct asc_softc { struct
  /src/sys/arch/mac68k/obio/
ascvar.h 33 struct asc_softc { struct
  /src/sys/arch/arc/jazz/
asc.c 55 struct asc_softc { struct
78 CFATTACH_DECL_NEW(asc, sizeof(struct asc_softc),
125 struct asc_softc *asc = device_private(self);
253 struct asc_softc *asc = (struct asc_softc *)sc;
261 struct asc_softc *asc = (struct asc_softc *)sc;
276 struct asc_softc *asc = (struct asc_softc *)sc;
286 struct asc_softc *asc = (struct asc_softc *)sc
    [all...]
  /src/sys/arch/pmax/tc/
asc_ioasic.c 55 struct asc_softc { struct
81 CFATTACH_DECL_NEW(asc_ioasic, sizeof(struct asc_softc),
122 struct asc_softc *asc = device_private(self);
197 struct asc_softc *asc = (struct asc_softc *)sc;
216 struct asc_softc *asc = (struct asc_softc *)sc;
291 struct asc_softc *asc = (struct asc_softc *)sc;
311 struct asc_softc *asc = (struct asc_softc *)sc
    [all...]
  /src/sys/dev/tc/
asc_tc.c 52 struct asc_softc { struct
71 CFATTACH_DECL_NEW(asc_tc, sizeof(struct asc_softc),
127 struct asc_softc *asc = device_private(self);
195 struct asc_softc *asc = (struct asc_softc *)sc;
203 struct asc_softc *asc = (struct asc_softc *)sc;
231 struct asc_softc *asc = (struct asc_softc *)sc;
272 struct asc_softc *asc = (struct asc_softc *)sc
    [all...]
asc_tcds.c 83 struct asc_softc { struct
102 CFATTACH_DECL_NEW(asc_tcds, sizeof(struct asc_softc),
149 struct asc_softc *asc = device_private(self);
233 struct asc_softc *asc = (struct asc_softc *)sc;
250 struct asc_softc *asc = (struct asc_softc *)sc;
306 struct asc_softc *asc = (struct asc_softc *)sc;
319 struct asc_softc *asc = (struct asc_softc *)sc
    [all...]
  /src/sys/arch/mipsco/obio/
asc.c 59 struct asc_softc { struct
82 CFATTACH_DECL_NEW(asc, sizeof(struct asc_softc),
128 struct asc_softc *esc = device_private(self);
207 struct asc_softc *esc = (struct asc_softc *)sc;
215 struct asc_softc *esc = (struct asc_softc *)sc;
223 struct asc_softc *esc = (struct asc_softc *)sc;
242 check_fifo(struct asc_softc *esc
    [all...]
  /src/sys/dev/ic/
advlib.h 829 typedef struct asc_softc struct
860 void (*isr_callback)(struct asc_softc *, ASC_QDONE_INFO *);
905 } ASC_SOFTC;
1323 void AscInitASC_SOFTC(ASC_SOFTC *);
1324 int16_t AscInitFromEEP(ASC_SOFTC *);
1325 u_int16_t AscInitFromASC_SOFTC(ASC_SOFTC *);
1326 int AscInitDriver(ASC_SOFTC *);
1327 void AscReInitLram(ASC_SOFTC *);
1331 int AscISR(ASC_SOFTC *);
1332 int AscExeScsiQueue(ASC_SOFTC *, ASC_SCSI_Q *)
    [all...]

Completed in 41 milliseconds