Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dcommands.h176 #define g4_count3 cdb_un.sg.g4.count3 /* msb */ macro
429 #define FORMG4COUNT(cdb, cnt) (cdb)->g4_count3 = ((cnt) >> 24); \
450 #define GETG4COUNT(cdb) (((cdb)->g4_count3 << 24) + \