Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dping_test.c201 if ((reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in ping_server_handle()
202 replymsg->msg_ses_feats = LST_FEATS_MASK; in ping_server_handle()
207 replymsg->msg_ses_feats = reqstmsg->msg_ses_feats; in ping_server_handle()
Dbrw_test.c451 if ((reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in brw_server_handle()
452 replymsg->msg_ses_feats = LST_FEATS_MASK; in brw_server_handle()
457 if ((reqstmsg->msg_ses_feats & LST_FEAT_BULK_LEN) == 0) { in brw_server_handle()
469 replymsg->msg_ses_feats = reqstmsg->msg_ses_feats; in brw_server_handle()
Drpc.h259 __u32 msg_ses_feats; member
297 __swab32s(&msg->msg_ses_feats); in srpc_unpack_msg_hdr()
Dframework.c451 if ((msg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in sfw_make_session()
464 msg->msg_ses_feats, &request->mksn_name[0]); in sfw_make_session()
697 if ((msg->msg_ses_feats & LST_FEAT_BULK_LEN) == 0) { in sfw_unpack_addtest_req()
939 rpc->crpc_reqstmsg.msg_ses_feats = features; in sfw_create_test_rpc()
1270 sn->sn_features != request->msg_ses_feats) { in sfw_handle_server_rpc()
1272 request->msg_ses_feats, sn->sn_features); in sfw_handle_server_rpc()
1278 } else if ((request->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in sfw_handle_server_rpc()
1322 reply->msg_ses_feats = features; in sfw_handle_server_rpc()
1413 rpc->crpc_reqstmsg.msg_ses_feats = features; in sfw_create_rpc()
Dconrpc.c926 (reply->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in lstcon_sesnew_stat_reply()
934 reply->msg_ses_feats); in lstcon_sesnew_stat_reply()
942 trans->tas_features = reply->msg_ses_feats; in lstcon_sesnew_stat_reply()
945 if (reply->msg_ses_feats != trans->tas_features) { in lstcon_sesnew_stat_reply()
947 reply->msg_ses_feats, libcfs_nid2str(nd->nd_id.nid), in lstcon_sesnew_stat_reply()
Dconsole.c1916 if (lstcon_session_feats_check(req->msg_ses_feats) != 0) { in lstcon_acceptor_handle()
1968 rep->msg_ses_feats = console_session.ses_features; in lstcon_acceptor_handle()