Searched refs:cmnd_size (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_eh.h90 int cmnd_size, unsigned sense_bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c374 int cmnd_size; member in struct:fsg_dev
2113 static int check_command(struct fsg_dev *fsg, int cmnd_size, argument
2123 /* Adjust the expected cmnd_size for protocol encapsulation padding.
2131 if (fsg->cmnd_size == 12)
2132 cmnd_size = 12;
2136 cmnd_size = 12;
2143 name, cmnd_size, dirletter[(int) data_dir],
2144 fsg->data_size_from_cmnd, fsg->cmnd_size, hdlen);
2173 if (cmnd_size != fsg->cmnd_size) {
[all...]
H A Df_mass_storage.c362 int cmnd_size; member in struct:fsg_common
1796 static int check_command(struct fsg_common *common, int cmnd_size, argument
1811 name, cmnd_size, dirletter[(int) data_dir],
1812 common->data_size_from_cmnd, common->cmnd_size, hdlen);
1836 if (cmnd_size != common->cmnd_size) {
1838 if (cmnd_size <= common->cmnd_size) {
1841 cmnd_size, common->cmnd_size);
[all...]
H A Dstorage_common.c140 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_error.c667 * @cmnd_size: size in bytes of @cmnd (must be <= BLK_MAX_CDB)
677 unsigned char *cmnd, int cmnd_size, unsigned sense_bytes)
717 BUG_ON(cmnd_size > BLK_MAX_CDB);
718 memcpy(scmd->cmnd, cmnd, cmnd_size);
764 * @cmnd_size: size in bytes of @cmnd
775 int cmnd_size, int timeout, unsigned sense_bytes)
785 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes);
676 scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, unsigned char *cmnd, int cmnd_size, unsigned sense_bytes) argument
774 scsi_send_eh_cmnd(struct scsi_cmnd *scmd, unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) argument

Completed in 116 milliseconds