Searched refs:lp_ping_feats (Results 1 – 5 of 5) sorted by relevance
123 lp->lp_ping_feats = LNET_PING_FEAT_INVAL; /* reset */ in lnet_notify_locked()619 gw->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_parse_rc_info()623 gw->lp_ping_feats = info->pi_features; in lnet_parse_rc_info()624 if ((gw->lp_ping_feats & LNET_PING_FEAT_MASK) == 0) { in lnet_parse_rc_info()626 libcfs_nid2str(gw->lp_nid), gw->lp_ping_feats); in lnet_parse_rc_info()630 if ((gw->lp_ping_feats & LNET_PING_FEAT_NI_STATUS) == 0) in lnet_parse_rc_info()646 gw->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_parse_rc_info()675 gw->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_parse_rc_info()777 if ((gw->lp_ping_feats & LNET_PING_FEAT_NI_STATUS) != 0) { in lnet_router_ni_update_locked()
265 lp->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_nid2peer_locked()
358 if ((peer->lp_ping_feats & in proc_lnet_routers()
1143 ((lp->lp_ping_feats & LNET_PING_FEAT_NI_STATUS) != 0 && in lnet_find_route_locked()
333 unsigned int lp_ping_feats; member