Searched refs:mi_mbits (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-ptl.c | 166 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()
|
D | lib-move.c | 1401 info.mi_mbits = hdr->msg.put.match_bits; in lnet_parse_put() 1427 info.mi_mbits, info.mi_roffset, info.mi_rlength, rc); in lnet_parse_put() 1453 info.mi_mbits = hdr->msg.get.match_bits; in lnet_parse_get() 1459 info.mi_mbits, info.mi_roffset, info.mi_rlength); in lnet_parse_get()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 568 __u64 mi_mbits; member
|