Searched refs:me_match_id (Results 1 – 3 of 3) sorted by relevance
104 me->me_match_id = match_id; in LNetMEAttach()193 new_me->me_match_id = match_id; in LNetMEInsert()
157 if (me->me_match_id.nid != LNET_NID_ANY && in lnet_try_match_md()158 me->me_match_id.nid != info->mi_id.nid) in lnet_try_match_md()161 if (me->me_match_id.pid != LNET_PID_ANY && in lnet_try_match_md()162 me->me_match_id.pid != info->mi_id.pid) in lnet_try_match_md()
249 lnet_process_id_t me_match_id; member