Searched defs:logical_device (Results 1 – 1 of 1) sorted by relevance
313 struct logical_device { struct314 struct im_scb scb; /* SCSI-subsystem-control-block structure */315 struct im_tsb tsb; /* SCSI command complete status block structure */316 struct im_sge sge[16]; /* scatter gather list structure */317 unsigned char buf[256]; /* SCSI command return data buffer */318 Scsi_Cmnd *cmd; /* SCSI-command that is currently in progress */319 int device_type; /* type of the SCSI-device. See include/scsi/scsi.h321 int block_length; /* blocksize of a particular logical SCSI-device */322 int cache_flag; /* 1 if this is uncached, 0 if cache is present for ldn */323 int retry_flag; /* 1 if adapter retry is disabled, 0 if enabled */