PQI_GENSHIFT
#define PQI_MAKE_REQID(index, gen) (((gen) << PQI_GENSHIFT) | (index))
#define PQI_REQID_GEN(id) ((id) >> PQI_GENSHIFT)