Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c163 if ((me->me_match_bits ^ info->mi_mbits) & ~me->me_ignore_bits) in lnet_try_match_md()
185 libcfs_id2str(info->mi_id), info->mi_mbits, in lnet_try_match_md()
277 mtable = lnet_match2mt(ptl, info->mi_id, info->mi_mbits); in lnet_mt_of_match()
388 head = lnet_mt_match_head(mtable, info->mi_id, info->mi_mbits); in lnet_mt_match_md()
421 head = lnet_mt_match_head(mtable, info->mi_id, info->mi_mbits); in lnet_mt_match_md()
575 info->mi_mbits); in lnet_ptl_match_md()
633 info->mi_mbits, info->mi_roffset, info->mi_rlength); in lnet_ptl_match_md()
695 info.mi_mbits = hdr->msg.put.match_bits; in lnet_ptl_attach_md()
722 info.mi_portal, info.mi_mbits, in lnet_ptl_attach_md()
Dlib-move.c1284 info.mi_mbits = hdr->msg.put.match_bits; in lnet_parse_put()
1317 info.mi_mbits, info.mi_roffset, info.mi_rlength, rc); in lnet_parse_put()
1343 info.mi_mbits = hdr->msg.get.match_bits; in lnet_parse_get()
1349 info.mi_mbits, info.mi_roffset, info.mi_rlength); in lnet_parse_get()
/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h448 __u64 mi_mbits; member