Home
last modified time | relevance | path

Searched defs:ciss_error (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dcissreg.h495 struct ciss_error { struct
496 u_int8_t scsi_stat; /* SCSI_OK etc */
497 u_int8_t senselen;
498 u_int16_t cmd_stat;
512 u_int32_t resid;
513 u_int8_t err_type[4];
537 struct ciss_error ccb_err; argument
H A Dciss.c871 ciss_error(struct ciss_softc *sc, struct ciss_ccb *ccb) in ciss_error() function