Searched refs:cmnd_size (Results 1 – 3 of 3) sorted by relevance
/linux/include/scsi/ |
H A D | scsi_eh.h | 48 int cmnd_size, unsigned sense_bytes);
|
/linux/drivers/usb/gadget/function/ |
H A D | storage_common.h | 59 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
|
/linux/drivers/scsi/ |
H A D | scsi_error.c | 1050 * @cmnd_size: size in bytes of @cmnd (must be <= MAX_COMMAND_SIZE) 1060 unsigned char *cmnd, int cmnd_size, unsigned sense_bytes) in scsi_eh_prep_cmnd() argument 1102 BUG_ON(cmnd_size > sizeof(scmd->cmnd)); in scsi_eh_prep_cmnd() 1103 memcpy(scmd->cmnd, cmnd, cmnd_size); in scsi_eh_prep_cmnd() 1150 * @cmnd_size: size in bytes of @cmnd 1161 unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) in scsi_send_eh_cmnd() argument 1172 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
|