Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dping_test.c140 if (rpc->crpc_replymsg.msg_magic != SRPC_MSG_MAGIC) { in ping_client_done_rpc()
182 if (reqstmsg->msg_magic != SRPC_MSG_MAGIC) { in ping_server_handle()
183 LASSERT(reqstmsg->msg_magic == __swab32(SRPC_MSG_MAGIC)); in ping_server_handle()
Dbrw_test.c331 if (msg->msg_magic != SRPC_MSG_MAGIC) { in brw_client_done_rpc()
404 if (reqstmsg->msg_magic != SRPC_MSG_MAGIC) in brw_bulk_ready()
429 if (reqstmsg->msg_magic != SRPC_MSG_MAGIC) { in brw_server_handle()
430 LASSERT(reqstmsg->msg_magic == __swab32(SRPC_MSG_MAGIC)); in brw_server_handle()
Drpc.h251 __u32 msg_magic; member
289 if (msg->msg_magic == SRPC_MSG_MAGIC) in srpc_unpack_msg_hdr()
Drpc.c998 if (msg->msg_magic == 0) { in srpc_handle_rpc()
1245 (reply->msg_magic != SRPC_MSG_MAGIC && in srpc_send_rpc()
1246 reply->msg_magic != __swab32(SRPC_MSG_MAGIC))) { in srpc_send_rpc()
1250 reply->msg_magic, SRPC_MSG_MAGIC); in srpc_send_rpc()
1389 msg->msg_magic = SRPC_MSG_MAGIC; in srpc_send_reply()
1512 (msg->msg_magic != SRPC_MSG_MAGIC && in srpc_lnet_ev_handler()
1513 msg->msg_magic != __swab32(SRPC_MSG_MAGIC))) { in srpc_lnet_ev_handler()
1517 msg->msg_type, msg->msg_magic); in srpc_lnet_ev_handler()
1522 msg->msg_magic = 0; in srpc_lnet_ev_handler()
Dframework.c691 if (msg->msg_magic == SRPC_MSG_MAGIC) in sfw_unpack_addtest_req()
694 LASSERT(msg->msg_magic == __swab32(SRPC_MSG_MAGIC)); in sfw_unpack_addtest_req()
791 if (msg->msg_magic != SRPC_MSG_MAGIC) in sfw_add_test_instance()
1421 if (msg->msg_magic == SRPC_MSG_MAGIC) in sfw_unpack_message()
1425 LASSERT(msg->msg_magic == __swab32(SRPC_MSG_MAGIC)); in sfw_unpack_message()
Dselftest.h550 rpc->crpc_reqstmsg.msg_magic = SRPC_MSG_MAGIC; in srpc_init_client_rpc()