Searched refs:ln_nportals (Results 1 – 4 of 4) sorted by relevance
234 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()
89 if ((int)portal >= the_lnet.ln_nportals) in LNetMEAttach()181 LASSERT(current_me->me_portal < the_lnet.ln_nportals); in LNetMEInsert()
959 for (i = 0; i < the_lnet.ln_nportals; i++) in lnet_shutdown_lndnis()
677 int ln_nportals; member