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.c41 #define LST_PING_TEST_MAGIC 0xbabeface macro
103 req->pnr_magic = LST_PING_TEST_MAGIC; in ping_client_prep_rpc()
142 if (reply->pnr_magic != LST_PING_TEST_MAGIC) { in ping_client_done_rpc()
147 LST_PING_TEST_MAGIC); in ping_client_done_rpc()
187 if (req->pnr_magic != LST_PING_TEST_MAGIC) { in ping_server_handle()
194 rep->pnr_magic = LST_PING_TEST_MAGIC; in ping_server_handle()