Lines Matching defs:scsi_cmnd
53 struct scsi_cmnd { struct
55 struct list_head list; /* scsi_cmnd participates in queue lists */ argument
56 struct list_head eh_entry; /* entry for the host eh_cmd_q */
57 int eh_eflags; /* Used by error handlr */
67 unsigned long serial_number;
74 unsigned long jiffies_at_alloc;
76 int retries;
77 int allowed;
79 unsigned char prot_op;
80 unsigned char prot_type;
82 unsigned short cmd_len;
83 enum dma_data_direction sc_data_direction;
86 unsigned char *cmnd;
113 void (*scsi_done) (struct scsi_cmnd *); argument
134 extern struct scsi_cmnd *scsi_get_command(struct scsi_device *, gfp_t); argument