Searched defs:siop_ds (Results 1 – 1 of 1) sorted by relevance
50 struct siop_ds { struct51 long scsi_addr; /* SCSI ID & sync */52 long idlen; /* Identify message */53 char *idbuf;54 long cmdlen; /* SCSI command */55 char *cmdbuf;56 long stslen; /* Status */57 char *stsbuf;58 long msglen; /* Message */59 char *msgbuf;[all …]