Searched refs:sensebuf (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/ata/ |
D | libata-scsi.c | 366 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_cmd_ioctl() local 380 memset(sensebuf, 0, sizeof(sensebuf)); in ata_cmd_ioctl() 417 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_cmd_ioctl() 424 u8 *desc = sensebuf + 8; in ata_cmd_ioctl() 435 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_cmd_ioctl() 473 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_task_ioctl() local 485 memset(sensebuf, 0, sizeof(sensebuf)); in ata_task_ioctl() 501 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_task_ioctl() 508 u8 *desc = sensebuf + 8; in ata_task_ioctl() 519 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_task_ioctl()
|
/Linux-v6.1/drivers/scsi/mpi3mr/ |
D | mpi3mr_app.c | 1256 mrioc->bsg_cmds.sensebuf = sense_buff_k; in mpi3mr_bsg_process_mpt_cmds() 1365 if (erb_offset != 0xFF && mrioc->bsg_cmds.sensebuf && in mpi3mr_bsg_process_mpt_cmds() 1392 mrioc->bsg_cmds.sensebuf = NULL; in mpi3mr_bsg_process_mpt_cmds()
|
D | mpi3mr.h | 809 u8 *sensebuf; member
|
/Linux-v6.1/drivers/usb/storage/ |
D | sddr09.c | 348 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()
|