DQ_RANGE_ALIGN
p_conn->cid_count = roundup(cid_count, DQ_RANGE_ALIGN);
p_conn->cids_per_vf = roundup(vf_cid_cnt, DQ_RANGE_ALIGN);
u32 align = elems_per_page * DQ_RANGE_ALIGN;