Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c50 struct lnet_portal *ptl = the_lnet.ln_portals[index]; in lnet_ptl_match_type()
239 ptl = the_lnet.ln_portals[index]; in lnet_mt_of_attach()
272 ptl = the_lnet.ln_portals[info->mi_portal]; in lnet_mt_of_match()
318 if (!lnet_ptl_is_wildcard(the_lnet.ln_portals[mtable->mt_portal])) in lnet_mt_test_exhausted()
342 LASSERT(lnet_ptl_is_wildcard(the_lnet.ln_portals[mtable->mt_portal])); in lnet_mt_set_exhausted()
359 struct lnet_portal *ptl = the_lnet.ln_portals[mtable->mt_portal]; in lnet_mt_match_head()
389 if (lnet_ptl_is_wildcard(the_lnet.ln_portals[mtable->mt_portal])) in lnet_mt_match_md()
422 !lnet_ptl_is_lazy(the_lnet.ln_portals[info->mi_portal])) in lnet_mt_match_md()
552 ptl = the_lnet.ln_portals[info->mi_portal]; in lnet_ptl_match_md()
625 struct lnet_portal *ptl = the_lnet.ln_portals[me->me_portal]; in lnet_ptl_attach_md()
[all …]
Dlib-me.c183 ptl = the_lnet.ln_portals[current_me->me_portal]; in LNetMEInsert()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h679 lnet_portal_t **ln_portals; member