Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-me.c104 me->me_match_id = match_id; in LNetMEAttach()
193 new_me->me_match_id = match_id; in LNetMEInsert()
Dlib-ptl.c157 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()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h249 lnet_process_id_t me_match_id; member