Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1102 uchar_t length_hi; /* length of bytes to follow (msb) */ member
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c13622 length = (ta->log_page.length_hi << 8) + ta->log_page.length_lo; in st_check_alert_flags()