Searched refs:sglp (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/tile/kernel/ |
H A D | hvglue_trace.c | 259 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/ |
H A D | qp.c | 616 struct fw_ri_dsgl *sglp; build_fastreg() local 624 sglp = (struct fw_ri_dsgl *)(&wqe->fr + 1); build_fastreg() 625 sglp->op = FW_RI_DATA_DSGL; build_fastreg() 626 sglp->r1 = 0; build_fastreg() 627 sglp->nsge = cpu_to_be16(1); build_fastreg() 628 sglp->addr0 = cpu_to_be64(c4pl->dma_addr); build_fastreg() 629 sglp->len0 = cpu_to_be32(pbllen); build_fastreg() 631 *len16 = DIV_ROUND_UP(sizeof(wqe->fr) + sizeof(*sglp), 16); build_fastreg()
|
Completed in 128 milliseconds