pbllen            826 drivers/infiniband/hw/cxgb4/qp.c 	int pbllen = roundup(mhp->mpl_len * sizeof(u64), 32);
pbllen            843 drivers/infiniband/hw/cxgb4/qp.c 	if (dsgl_supported && use_dsgl && (pbllen > max_fr_immd)) {
pbllen            854 drivers/infiniband/hw/cxgb4/qp.c 		sglp->len0 = cpu_to_be32(pbllen);
pbllen            862 drivers/infiniband/hw/cxgb4/qp.c 		imdp->immdlen = cpu_to_be32(pbllen);
pbllen            864 drivers/infiniband/hw/cxgb4/qp.c 		rem = pbllen;
pbllen            878 drivers/infiniband/hw/cxgb4/qp.c 				      + pbllen, 16);