Home
last modified time | relevance | path

Searched refs:MSGHDR_CKSUM_INCOMPAT18 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c690 imp->imp_msghdr_flags &= ~MSGHDR_CKSUM_INCOMPAT18; in ptlrpc_connect_import()
1149 imp->imp_msghdr_flags |= MSGHDR_CKSUM_INCOMPAT18; in ptlrpc_connect_interpret()
1151 imp->imp_msghdr_flags &= ~MSGHDR_CKSUM_INCOMPAT18; in ptlrpc_connect_interpret()
Dwiretest.c839 LASSERTF(MSGHDR_CKSUM_INCOMPAT18 == 2, "found %lld\n", in lustre_assert_wire_constants()
840 (long long)MSGHDR_CKSUM_INCOMPAT18); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1064 #define MSGHDR_CKSUM_INCOMPAT18 0x2 macro