Home
last modified time | relevance | path

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

/mirbsd/src/sys/scsi/
Dscsiconf.h245 struct scsi_xfer { struct
247 int flags;
248 struct scsi_link *sc_link; /* all about our device and adapter */
249 int retries; /* the number of times to retry */
250 int timeout; /* in milliseconds */
251 struct scsi_generic *cmd; /* The scsi command to execute */
252 int cmdlen; /* how long it is */
253 u_char *data; /* dma address OR a uio address */
254 int datalen; /* data len (blank if uio) */
255 size_t resid; /* how much buffer was not touched */
[all …]