Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dcommands.h97 struct scsi_g0 { struct
98 uchar_t addr1; /* middle part of address */
99 uchar_t addr0; /* low part of address */
100 uchar_t count0; /* usually block count */
102 uchar_t link :1; /* another command follows */
103 uchar_t flag :1; /* interrupt when done */
104 uchar_t naca :1; /* normal ACA */
105 uchar_t rsvd :3; /* reserved */
106 uchar_t vu_56 :1; /* vendor unique (byte 5 bit6) */
107 uchar_t vu_57 :1; /* vendor unique (byte 5 bit7) */
[all …]