scsi_cmndRegular
4.4: ✅struct scsi_cmnd {
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
int eh_eflags;
long unsigned int serial_number;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
unsigned char tag;
};
4.8: ✅struct scsi_cmnd {
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
int eh_eflags;
long unsigned int serial_number;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
unsigned char tag;
};
4.10: ✅struct scsi_cmnd {
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
int eh_eflags;
long unsigned int serial_number;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
unsigned char tag;
};
4.13: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
int eh_eflags;
long unsigned int serial_number;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
unsigned char tag;
};
4.15: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int serial_number;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
unsigned char tag;
};
4.18: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int serial_number;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
unsigned char tag;
};
5.0: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int serial_number;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
5.3: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
5.4: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
5.8: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
unsigned int extra_len;
};
5.11: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
unsigned int extra_len;
};
5.13: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
int budget_token;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
unsigned int extra_len;
};
5.15: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
int budget_token;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned int extra_len;
};
5.19: ✅struct scsi_cmnd {
struct scsi_device *device;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
int budget_token;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
enum scsi_cmnd_submitter submitter;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char cmnd[32];
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
unsigned int resid_len;
unsigned int sense_len;
unsigned char *sense_buffer;
int flags;
long unsigned int state;
unsigned int extra_len;
unsigned char *host_scribble;
int result;
};
6.2: ✅struct scsi_cmnd {
struct scsi_device *device;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
int budget_token;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
enum scsi_cmnd_submitter submitter;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char cmnd[32];
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
unsigned int resid_len;
unsigned int sense_len;
unsigned char *sense_buffer;
int flags;
long unsigned int state;
unsigned int extra_len;
unsigned char *host_scribble;
int result;
};
6.5: ✅struct scsi_cmnd {
struct scsi_device *device;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
int budget_token;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
enum scsi_cmnd_submitter submitter;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char cmnd[32];
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
unsigned int resid_len;
unsigned int sense_len;
unsigned char *sense_buffer;
int flags;
long unsigned int state;
unsigned int extra_len;
unsigned char *host_scribble;
int result;
};
6.8: ✅struct scsi_cmnd {
struct scsi_device *device;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
int budget_token;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
enum scsi_cmnd_submitter submitter;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char cmnd[32];
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
unsigned int resid_len;
unsigned int sense_len;
unsigned char *sense_buffer;
int flags;
long unsigned int state;
unsigned int extra_len;
unsigned char *host_scribble;
int result;
};
arm64: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
armhf: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
ppc64el: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
riscv64: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
aws: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
azure: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
gcp: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
lowlatency: ✅struct scsi_cmnd {
struct scsi_request req;
struct scsi_device *device;
struct list_head list;
struct list_head eh_entry;
struct delayed_work abort_work;
struct callback_head rcu;
int eh_eflags;
long unsigned int jiffies_at_alloc;
int retries;
int allowed;
unsigned char prot_op;
unsigned char prot_type;
unsigned char prot_flags;
short unsigned int cmd_len;
enum dma_data_direction sc_data_direction;
unsigned char *cmnd;
struct scsi_data_buffer sdb;
struct scsi_data_buffer *prot_sdb;
unsigned int underflow;
unsigned int transfersize;
struct request *request;
unsigned char *sense_buffer;
void (*scsi_done)(struct scsi_cmnd *);
struct scsi_pointer SCp;
unsigned char *host_scribble;
int result;
int flags;
long unsigned int state;
unsigned char tag;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️struct scsi_request req
4.13 and 4.15 ⚠️struct callback_head rcu
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️long unsigned int state
5.0 and 5.3 ⚠️long unsigned int serial_number
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️unsigned int extra_len
struct list_head list
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️int budget_token
5.13 and 5.15 ⚠️struct request *request
unsigned char tag
5.15 and 5.19 ⚠️enum scsi_cmnd_submitter submitter
unsigned int resid_len
unsigned int sense_len
struct scsi_request req
void (*scsi_done)(struct scsi_cmnd *)
struct scsi_pointer SCp
unsigned char *cmnd ➡️ unsigned char cmnd[32]
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅