Home
last modified time | relevance | path

Searched refs:sglp (Results 1 – 1 of 1) sorted by relevance

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