Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dping_test.c45 #define LST_PING_TEST_MAGIC 0xbabeface macro
107 req->pnr_magic = LST_PING_TEST_MAGIC; in ping_client_prep_rpc()
146 if (reply->pnr_magic != LST_PING_TEST_MAGIC) { in ping_client_done_rpc()
151 LST_PING_TEST_MAGIC); in ping_client_done_rpc()
192 if (req->pnr_magic != LST_PING_TEST_MAGIC) { in ping_server_handle()
199 rep->pnr_magic = LST_PING_TEST_MAGIC; in ping_server_handle()