Home
last modified time | relevance | path

Searched defs:scsi_inquiry (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A DBusLogic.h1084 struct scsi_inquiry { struct
1088 bool rmb:1; /* Byte 1 Bit 7 */
1094 bool TrmIOP:1; /* Byte 3 Bit 6 */
1095 bool AENC:1; /* Byte 3 Bit 7 */
1097 unsigned char:8; /* Byte 5 */
1098 unsigned char:8; /* Byte 6 */
1099 bool SftRe:1; /* Byte 7 Bit 0 */
1100 bool CmdQue:1; /* Byte 7 Bit 1 */
1102 bool linked:1; /* Byte 7 Bit 3 */
1103 bool sync:1; /* Byte 7 Bit 4 */
[all …]
/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio-scsi.c97 static bool scsi_inquiry(VDev *vdev, uint8_t evpd, uint8_t page, in scsi_inquiry() function