sglp              844 drivers/infiniband/hw/cxgb4/qp.c 		struct fw_ri_dsgl *sglp;
sglp              849 drivers/infiniband/hw/cxgb4/qp.c 		sglp = (struct fw_ri_dsgl *)(&wqe->fr + 1);
sglp              850 drivers/infiniband/hw/cxgb4/qp.c 		sglp->op = FW_RI_DATA_DSGL;
sglp              851 drivers/infiniband/hw/cxgb4/qp.c 		sglp->r1 = 0;
sglp              852 drivers/infiniband/hw/cxgb4/qp.c 		sglp->nsge = cpu_to_be16(1);
sglp              853 drivers/infiniband/hw/cxgb4/qp.c 		sglp->addr0 = cpu_to_be64(mhp->mpl_addr);
sglp              854 drivers/infiniband/hw/cxgb4/qp.c 		sglp->len0 = cpu_to_be32(pbllen);
sglp              856 drivers/infiniband/hw/cxgb4/qp.c 		*len16 = DIV_ROUND_UP(sizeof(wqe->fr) + sizeof(*sglp), 16);