Home
last modified time | relevance | path

Searched refs:CQ_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.h811 #define CQ_ID_LO_BITS 10 /* num of id bits that are "low" */ macro
812 #define CQ_DB_ID_LO_MASK ((1 << CQ_ID_LO_BITS) - 1)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c2252 db.db2.Qid_hi = (qid >> CQ_ID_LO_BITS) & 0x1f; in emlxs_sli4_write_cqdb()