DQ_RANGE_ALIGN    444 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_conn->cid_count = roundup(cid_count, DQ_RANGE_ALIGN);
DQ_RANGE_ALIGN    445 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_conn->cids_per_vf = roundup(vf_cid_cnt, DQ_RANGE_ALIGN);
DQ_RANGE_ALIGN    451 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		u32 align = elems_per_page * DQ_RANGE_ALIGN;