Home
last modified time | relevance | path

Searched refs:cmnd_size (Results 1 – 3 of 3) sorted by relevance

/linux/include/scsi/
H A Dscsi_eh.h48 int cmnd_size, unsigned sense_bytes);
/linux/drivers/usb/gadget/function/
H A Dstorage_common.h59 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
/linux/drivers/scsi/
H A Dscsi_error.c1050 * @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()