Home
last modified time | relevance | path

Searched refs:sensebuf (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/ata/
Dlibata-scsi.c357 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_cmd_ioctl() local
371 memset(sensebuf, 0, sizeof(sensebuf)); in ata_cmd_ioctl()
408 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_cmd_ioctl()
415 u8 *desc = sensebuf + 8; in ata_cmd_ioctl()
426 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_cmd_ioctl()
464 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_task_ioctl() local
476 memset(sensebuf, 0, sizeof(sensebuf)); in ata_task_ioctl()
492 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_task_ioctl()
499 u8 *desc = sensebuf + 8; in ata_task_ioctl()
510 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_task_ioctl()
/Linux-v5.15/drivers/staging/unisys/include/
Diochannel.h225 u8 sensebuf[MAX_SENSE_SIZE]; member
/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr.h549 u8 *sensebuf; member
/Linux-v5.15/drivers/usb/storage/
Dsddr09.c348 sddr09_request_sense(struct us_data *us, unsigned char *sensebuf, int buflen) { in sddr09_request_sense() argument
362 sensebuf, buflen, NULL); in sddr09_request_sense()
/Linux-v5.15/drivers/staging/unisys/visorhba/
Dvisorhba_main.c743 memcpy(scsicmd->sense_buffer, cmdrsp->scsi.sensebuf, MAX_SENSE_SIZE); in do_scsi_linuxstat()