Searched refs:mpl_len (Results 1 – 3 of 3) sorted by relevance
929 if (unlikely(mhp->mpl_len == mhp->max_mpl_len)) in c4iw_set_page()932 mhp->mpl[mhp->mpl_len++] = addr; in c4iw_set_page()943 mhp->mpl_len = 0; in c4iw_map_mr_sg()
619 int pbllen = roundup(mhp->mpl_len * sizeof(u64), 32); in build_memreg()622 if (mhp->mpl_len > t4_max_fr_depth(use_dsgl)) in build_memreg()639 for (i = 0; i < mhp->mpl_len; i++) in build_memreg()658 for (i = 0; i < mhp->mpl_len; i++) { in build_memreg()
392 u32 mpl_len; member