totcred          2318 drivers/infiniband/hw/qib/qib_iba7322.c 	int i, numvls, totcred, cred_vl, vl0extra;
totcred          2331 drivers/infiniband/hw/qib/qib_iba7322.c 	totcred = NUM_RCV_BUF_UNITS(dd);
totcred          2333 drivers/infiniband/hw/qib/qib_iba7322.c 	totcred -= cred_vl;
totcred          2335 drivers/infiniband/hw/qib/qib_iba7322.c 	cred_vl = totcred / numvls;
totcred          2336 drivers/infiniband/hw/qib/qib_iba7322.c 	vl0extra = totcred - cred_vl * numvls;