Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h822 #define EQ_ID_LO_BITS 9 /* num of id bits that are "low" */ macro
823 #define EQ_DB_ID_LO_MASK ((1 << EQ_ID_LO_BITS) - 1)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c2188 db.db2.Qid_hi = (qid >> EQ_ID_LO_BITS) & 0x1f; in emlxs_sli4_write_eqdb()