Lines Matching refs:Cmnd
480 #define CMD_CDBLEN(Cmnd) Cmnd->cmd_len
481 #define CMD_CDBP(Cmnd) Cmnd->cmnd
482 #define CMD_SNSP(Cmnd) Cmnd->sense_buffer
483 #define CMD_SNSLEN(Cmnd) SCSI_SENSE_BUFFERSIZE
484 #define CMD_RESULT(Cmnd) Cmnd->result
485 #define CMD_HANDLE(Cmnd) Cmnd->host_scribble
487 #define CMD_HOST(Cmnd) Cmnd->device->host
488 #define SCSI_BUS_32(Cmnd) Cmnd->device->channel
489 #define SCSI_TCN_32(Cmnd) Cmnd->device->id
490 #define SCSI_LUN_32(Cmnd) Cmnd->device->lun
837 printk(KERN_INFO "scsi(%li): Resetting Cmnd=0x%p, "