Home
last modified time | relevance | path

Searched refs:ln_nportals (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c234 LASSERT(index < the_lnet.ln_nportals); in lnet_mt_of_attach()
271 LASSERT(info->mi_portal < the_lnet.ln_nportals); in lnet_mt_of_match()
546 if (info->mi_portal >= the_lnet.ln_nportals) { in lnet_ptl_match_md()
548 info->mi_portal, the_lnet.ln_nportals); in lnet_ptl_match_md()
806 for (i = 0; i < the_lnet.ln_nportals; i++) in lnet_portals_destroy()
821 the_lnet.ln_nportals = MAX_PORTALS; in lnet_portals_create()
822 the_lnet.ln_portals = cfs_array_alloc(the_lnet.ln_nportals, size); in lnet_portals_create()
828 for (i = 0; i < the_lnet.ln_nportals; i++) { in lnet_portals_create()
871 if (portal < 0 || portal >= the_lnet.ln_nportals) in LNetSetLazyPortal()
904 if (portal < 0 || portal >= the_lnet.ln_nportals) in LNetClearLazyPortal()
Dlib-me.c89 if ((int)portal >= the_lnet.ln_nportals) in LNetMEAttach()
181 LASSERT(current_me->me_portal < the_lnet.ln_nportals); in LNetMEInsert()
Dapi-ni.c886 for (i = 0; i < the_lnet.ln_nportals; i++) in lnet_shutdown_lndnis()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h527 int ln_nportals; member