Home
last modified time | relevance | path

Searched refs:ln_testprotocompat (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dacceptor.c173 if (the_lnet.ln_testprotocompat != 0) { in lnet_connect()
176 if ((the_lnet.ln_testprotocompat & 4) != 0) { in lnet_connect()
178 the_lnet.ln_testprotocompat &= ~4; in lnet_connect()
180 if ((the_lnet.ln_testprotocompat & 8) != 0) { in lnet_connect()
182 the_lnet.ln_testprotocompat &= ~8; in lnet_connect()
Dapi-ni.c1465 the_lnet.ln_testprotocompat = data->ioc_flags; in LNetCtl()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c477 if (the_lnet.ln_testprotocompat != 0) { in ksocknal_send_hello_v1()
480 if ((the_lnet.ln_testprotocompat & 1) != 0) { in ksocknal_send_hello_v1()
482 the_lnet.ln_testprotocompat &= ~1; in ksocknal_send_hello_v1()
484 if ((the_lnet.ln_testprotocompat & 2) != 0) { in ksocknal_send_hello_v1()
486 the_lnet.ln_testprotocompat &= ~2; in ksocknal_send_hello_v1()
537 if (the_lnet.ln_testprotocompat != 0) { in ksocknal_send_hello_v2()
540 if ((the_lnet.ln_testprotocompat & 1) != 0) { in ksocknal_send_hello_v2()
542 the_lnet.ln_testprotocompat &= ~1; in ksocknal_send_hello_v2()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h756 int ln_testprotocompat; member