Lines Matching refs:scsi_cmnd
345 "typedef struct scsi_cmnd Scsi_Cmnd;"
832 int eh_timed_out(struct scsi_cmnd * scp)
853 int eh_abort_handler(struct scsi_cmnd * scp)
871 int eh_bus_reset_handler(struct scsi_cmnd * scp)
889 int eh_device_reset_handler(struct scsi_cmnd * scp)
911 int eh_host_reset_handler(struct scsi_cmnd * scp)
1067 * autosense and fill in the struct scsi_cmnd::sense_buffer
1068 * array. The scsi_cmnd::sense_buffer array is zeroed prior to
1073 int queuecommand(struct Scsi_Host *shost, struct scsi_cmnd * scp)
1252 struct scsi_cmnd
1258 be at least one instance of struct scsi_cmnd available for each SCSI device.
1322 where 'SCpnt' is a pointer to a scsi_cmnd object. To indicate only three 512
1326 The scsi_cmnd structure is defined in include/scsi/scsi_cmnd.h
1353 scsi_cmnd::sense_buffer[0] . If this byte has an upper nibble of 7 (or 0xf)