Searched refs:sense_length (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/include/trace/events/ |
D | target.h | 183 __field( unsigned char, sense_length ) 197 __entry->sense_length = cmd->scsi_status == SAM_STAT_CHECK_CONDITION ? 200 memcpy(__entry->sense_data, cmd->sense_buffer, __entry->sense_length); 208 __entry->sense_length, __entry->sense_length ? " / " : "", 209 __print_hex(__entry->sense_data, __entry->sense_length),
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | scsi_iu.h | 14 u_int8_t sense_length[4]; member
|
D | aic79xx_osm.c | 1916 scsi_4btoul(siu->sense_length), in ahd_linux_handle_scsi_status()
|
D | aic79xx_core.c | 8881 siu->flags, scsi_4btoul(siu->sense_length), in ahd_handle_scsi_status()
|
/linux-6.1.9/drivers/scsi/ |
D | ips.h | 620 uint8_t sense_length; member 637 uint8_t sense_length; member
|
D | ips.c | 3772 tapeDCDB->sense_length = sizeof (tapeDCDB->sense_info); in ips_send_cmd() 3809 scb->dcdb.sense_length = sizeof (scb->dcdb.sense_info); in ips_send_cmd()
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_target.h | 435 __le16 sense_length; member
|
D | qla_target.c | 2896 ctio->u.status1.sense_length = in qlt_24xx_init_ctio_to_isp() 2913 ctio->u.status1.sense_length = 0; in qlt_24xx_init_ctio_to_isp()
|
/linux-6.1.9/drivers/scsi/esas2r/ |
D | atioctl.h | 858 u8 sense_length; member
|
D | esas2r_ioctl.c | 695 spt->sense_length = rq->sense_len; in scsi_passthru_comp_cb() 1015 rq->sense_len = spt->sense_length; in hba_ioctl_callback()
|
/linux-6.1.9/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 2099 u8 sense_length; member
|
/linux-6.1.9/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 296 u32 sense_length; member
|