Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dhvglue_trace.c259 HV_SGL *, sglp, __hv64, offset, HV_IntArg, intarg)
261 HV_SGL *, sglp, __hv64, offset, HV_IntArg, intarg)
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c616 struct fw_ri_dsgl *sglp; in build_fastreg() local
624 sglp = (struct fw_ri_dsgl *)(&wqe->fr + 1); in build_fastreg()
625 sglp->op = FW_RI_DATA_DSGL; in build_fastreg()
626 sglp->r1 = 0; in build_fastreg()
627 sglp->nsge = cpu_to_be16(1); in build_fastreg()
628 sglp->addr0 = cpu_to_be64(c4pl->dma_addr); in build_fastreg()
629 sglp->len0 = cpu_to_be32(pbllen); in build_fastreg()
631 *len16 = DIV_ROUND_UP(sizeof(wqe->fr) + sizeof(*sglp), 16); in build_fastreg()