Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daiclib.h60 struct scsi_sense struct
H A Daic7xxx_core.c1052 struct scsi_sense *sc; in ahc_handle_seqint()
1074 sc = (struct scsi_sense *)(&hscb->shared_data.cdb); in ahc_handle_seqint()
H A Daic79xx_core.c8933 struct scsi_sense *sc; in ahd_handle_scsi_status()
8960 sc = (struct scsi_sense *)hscb->shared_data.idata.cdb; in ahd_handle_scsi_status()
/openbmc/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1380 struct mpi3_driver2_trigger_scsi_sense scsi_sense; member
/openbmc/qemu/block/
H A Discsi.c228 static int iscsi_translate_sense(struct scsi_sense *sense) in iscsi_translate_sense()