Home
last modified time | relevance | path

Searched refs:lp_ping_feats (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Drouter.c123 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()
Dpeer.c265 lp->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_nid2peer_locked()
Drouter_proc.c358 if ((peer->lp_ping_feats & in proc_lnet_routers()
Dlib-move.c1143 ((lp->lp_ping_feats & LNET_PING_FEAT_NI_STATUS) != 0 && in lnet_find_route_locked()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h333 unsigned int lp_ping_feats; member