Searched defs:scsi_state (Results 1 – 2 of 2) sorted by relevance
22 typedef struct scsi_state { struct23 int statusByte; /* status byte returned during STATUS_PHASE */24 int dmaDataPhase; /* which data phase to expect */25 int dmaCurPhase; /* SCSI phase if DMA is in progress */26 int dmaPrevPhase; /* SCSI phase of DMA suspended by disconnect */27 u_short *dmaAddr[2]; /* DMA buffer memory address */28 int dmaBufIndex; /* which of the above is currently in use */29 int dmalen; /* amount to transfer in this chunk */30 int cmdlen; /* total remaining amount of cmd to transfer */31 u_char *cmd; /* current pointer within scsicmd->cmd */[all …]
799 u_int8_t scsi_state; member