Searched refs:cmnd_size (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/scsi/ |
D | scsi_eh.h | 48 int cmnd_size, unsigned sense_bytes);
|
/Linux-v6.1/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 255 int cmnd_size; member 1706 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() argument 1721 name, cmnd_size, dirletter[(int) data_dir], in check_command() 1722 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command() 1749 if (cmnd_size != common->cmnd_size) { in check_command() 1764 if (cmnd_size <= common->cmnd_size) { in check_command() 1767 cmnd_size, common->cmnd_size); in check_command() 1768 cmnd_size = common->cmnd_size; in check_command() 1816 for (i = 1; i < cmnd_size; ++i) { in check_command() 1836 int cmnd_size, enum data_direction data_dir, in check_command_size_in_blocks() argument [all …]
|
D | storage_common.h | 59 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
|
/Linux-v6.1/drivers/scsi/ |
D | scsi_error.c | 1002 unsigned char *cmnd, int cmnd_size, unsigned sense_bytes) in scsi_eh_prep_cmnd() argument 1044 BUG_ON(cmnd_size > sizeof(scmd->cmnd)); in scsi_eh_prep_cmnd() 1045 memcpy(scmd->cmnd, cmnd, cmnd_size); in scsi_eh_prep_cmnd() 1103 unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) in scsi_send_eh_cmnd() argument 1114 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
|