Searched defs:siop_acb (Results 1 – 1 of 1) sorted by relevance
80 struct siop_acb { struct82 struct scsipi_xfer *xs; /* SCSI xfer ctrl block from above */83 int flags; /* Status */87 struct scsipi_generic cmd; /* SCSI command block */88 struct siop_ds ds;89 void *iob_buf;90 u_long iob_curbuf;91 u_long iob_len, iob_curlen;92 u_char msgout[6];93 u_char msg[6];[all …]