Searched refs:sglp (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/infiniband/hw/cxgb4/
H A Dqp.c845 struct fw_ri_dsgl *sglp; local
850 sglp = (struct fw_ri_dsgl *)(&wqe->fr + 1);
851 sglp->op = FW_RI_DATA_DSGL;
852 sglp->r1 = 0;
853 sglp->nsge = cpu_to_be16(1);
854 sglp->addr0 = cpu_to_be64(mhp->mpl_addr);
855 sglp->len0 = cpu_to_be32(pbllen);
857 *len16 = DIV_ROUND_UP(sizeof(wqe->fr) + sizeof(*sglp), 16);

Completed in 146 milliseconds