Searched refs:lp_ping_feats (Results 1 – 5 of 5) sorted by relevance
134 lp->lp_ping_feats = LNET_PING_FEAT_INVAL; /* reset */ in lnet_notify_locked()631 gw->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_parse_rc_info()635 gw->lp_ping_feats = info->pi_features; in lnet_parse_rc_info()636 if ((gw->lp_ping_feats & LNET_PING_FEAT_MASK) == 0) { in lnet_parse_rc_info()638 libcfs_nid2str(gw->lp_nid), gw->lp_ping_feats); in lnet_parse_rc_info()642 if ((gw->lp_ping_feats & LNET_PING_FEAT_NI_STATUS) == 0) in lnet_parse_rc_info()658 gw->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_parse_rc_info()687 gw->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_parse_rc_info()789 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()
373 if ((peer->lp_ping_feats & in proc_lnet_routers()
1146 ((lp->lp_ping_feats & LNET_PING_FEAT_NI_STATUS) != 0 && in lnet_find_route_locked()
472 unsigned int lp_ping_feats; member