Searched refs:cmnd_size (Results 1 – 3 of 3) sorted by relevance
| /linux/include/scsi/ |
| H A D | scsi_eh.h | 54 int cmnd_size, unsigned sense_bytes);
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 256 int cmnd_size; member 1723 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() argument 1738 name, cmnd_size, dirletter[(int) data_dir], in check_command() 1739 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command() 1766 if (cmnd_size != common->cmnd_size) { in check_command() 1781 if (cmnd_size <= common->cmnd_size) { in check_command() 1784 cmnd_size, common->cmnd_size); in check_command() 1785 cmnd_size = common->cmnd_size; in check_command() 1833 for (i = 1; i < cmnd_size; ++i) { in check_command() 1853 int cmnd_size, enum data_direction data_dir, in check_command_size_in_blocks() argument [all …]
|
| /linux/drivers/scsi/ |
| H A D | scsi_error.c | 1072 unsigned char *cmnd, int cmnd_size, unsigned sense_bytes) in scsi_eh_prep_cmnd() argument 1117 BUG_ON(cmnd_size > sizeof(scmd->cmnd)); in scsi_eh_prep_cmnd() 1118 memcpy(scmd->cmnd, cmnd, cmnd_size); in scsi_eh_prep_cmnd() 1197 unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) in scsi_send_eh_cmnd() argument 1208 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
|