Searched refs:PQI_GENSHIFT (Results 1 – 1 of 1) sorted by relevance
78 #define PQI_GENSHIFT 12 macro84 #define PQI_MAKE_REQID(index, gen) (((gen) << PQI_GENSHIFT) | (index))85 #define PQI_REQID_GEN(id) ((id) >> PQI_GENSHIFT)