Home
last modified time | relevance | path

Searched refs:LNET_PING_FEAT_INVAL (Results 1 – 3 of 3) 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()
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()
Dpeer.c265 lp->lp_ping_feats = LNET_PING_FEAT_INVAL; in lnet_nid2peer_locked()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h277 #define LNET_PING_FEAT_INVAL (0) /* no feature */ macro