Home
last modified time | relevance | path

Searched refs:LNET_PROTO_ACCEPTOR_VERSION (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dacceptor.c167 CLASSERT(LNET_PROTO_ACCEPTOR_VERSION == 1); in lnet_connect()
170 cr.acr_version = LNET_PROTO_ACCEPTOR_VERSION; in lnet_connect()
236 cr.acr_version = LNET_PROTO_ACCEPTOR_VERSION; in lnet_accept()
272 if (cr.acr_version != LNET_PROTO_ACCEPTOR_VERSION) { in lnet_accept()
281 cr.acr_version = LNET_PROTO_ACCEPTOR_VERSION; in lnet_accept()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h169 #define LNET_PROTO_ACCEPTOR_VERSION 1 macro