Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c682 imp->imp_msghdr_flags &= ~MSGHDR_CKSUM_INCOMPAT18; in ptlrpc_connect_import()
1139 imp->imp_msghdr_flags |= MSGHDR_CKSUM_INCOMPAT18; in ptlrpc_connect_interpret()
1141 imp->imp_msghdr_flags &= ~MSGHDR_CKSUM_INCOMPAT18; in ptlrpc_connect_interpret()
Dwiretest.c837 LASSERTF(MSGHDR_CKSUM_INCOMPAT18 == 2, "found %lld\n", in lustre_assert_wire_constants()
838 (long long)MSGHDR_CKSUM_INCOMPAT18); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1070 #define MSGHDR_CKSUM_INCOMPAT18 0x2 macro