Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dqp.c827 int pbllen = roundup(mhp->mpl_len * sizeof(u64), 32); in build_memreg() local
844 if (dsgl_supported && use_dsgl && (pbllen > max_fr_immd)) { in build_memreg()
855 sglp->len0 = cpu_to_be32(pbllen); in build_memreg()
863 imdp->immdlen = cpu_to_be32(pbllen); in build_memreg()
865 rem = pbllen; in build_memreg()
879 + pbllen, 16); in build_memreg()