Home
last modified time | relevance | path

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

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