Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c166 if (((me->me_match_bits ^ info->mi_mbits) & ~me->me_ignore_bits) != 0) in lnet_try_match_md()
188 libcfs_id2str(info->mi_id), info->mi_mbits, in lnet_try_match_md()
276 mtable = lnet_match2mt(ptl, info->mi_id, info->mi_mbits); in lnet_mt_of_match()
386 head = lnet_mt_match_head(mtable, info->mi_id, info->mi_mbits); in lnet_mt_match_md()
417 head = lnet_mt_match_head(mtable, info->mi_id, info->mi_mbits); in lnet_mt_match_md()
544 info->mi_mbits); in lnet_ptl_match_md()
601 info->mi_mbits, info->mi_roffset, info->mi_rlength); in lnet_ptl_match_md()
663 info.mi_mbits = hdr->msg.put.match_bits; in lnet_ptl_attach_md()
690 info.mi_portal, info.mi_mbits, in lnet_ptl_attach_md()
Dlib-move.c1398 info.mi_mbits = hdr->msg.put.match_bits; in lnet_parse_put()
1424 info.mi_mbits, info.mi_roffset, info.mi_rlength, rc); in lnet_parse_put()
1450 info.mi_mbits = hdr->msg.get.match_bits; in lnet_parse_get()
1456 info.mi_mbits, info.mi_roffset, info.mi_rlength); in lnet_parse_get()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h424 __u64 mi_mbits; member