CQ_ID_LO_BITS
db.db2.Qid_hi = (qid >> CQ_ID_LO_BITS) & 0x1f;
#define CQ_DB_ID_LO_MASK ((1 << CQ_ID_LO_BITS) - 1)