Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dacceptor.c172 if (the_lnet.ln_testprotocompat != 0) { in lnet_connect()
175 if ((the_lnet.ln_testprotocompat & 4) != 0) { in lnet_connect()
177 the_lnet.ln_testprotocompat &= ~4; in lnet_connect()
179 if ((the_lnet.ln_testprotocompat & 8) != 0) { in lnet_connect()
181 the_lnet.ln_testprotocompat &= ~8; in lnet_connect()
Dapi-ni.c1390 the_lnet.ln_testprotocompat = data->ioc_flags; in LNetCtl()
/linux-4.4.14/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()
535 if (the_lnet.ln_testprotocompat != 0) { in ksocknal_send_hello_v2()
538 if ((the_lnet.ln_testprotocompat & 1) != 0) { in ksocknal_send_hello_v2()
540 the_lnet.ln_testprotocompat &= ~1; in ksocknal_send_hello_v2()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h607 int ln_testprotocompat; member