Home
last modified time | relevance | path

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

/linux-4.4.14/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.h251 __u32 msg_ses_feats; /* test session features */ member
289 __swab32s(&msg->msg_ses_feats); in srpc_unpack_msg_hdr()
Dframework.c446 if ((msg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in sfw_make_session()
459 msg->msg_ses_feats, &request->mksn_name[0]); in sfw_make_session()
693 if ((msg->msg_ses_feats & LST_FEAT_BULK_LEN) == 0) { in sfw_unpack_addtest_req()
935 rpc->crpc_reqstmsg.msg_ses_feats = features; in sfw_create_test_rpc()
1266 sn->sn_features != request->msg_ses_feats) { in sfw_handle_server_rpc()
1268 request->msg_ses_feats, sn->sn_features); in sfw_handle_server_rpc()
1274 } else if ((request->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in sfw_handle_server_rpc()
1318 reply->msg_ses_feats = features; in sfw_handle_server_rpc()
1409 rpc->crpc_reqstmsg.msg_ses_feats = features; in sfw_create_rpc()
Dconrpc.c929 (reply->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in lstcon_sesnew_stat_reply()
937 reply->msg_ses_feats); in lstcon_sesnew_stat_reply()
945 trans->tas_features = reply->msg_ses_feats; in lstcon_sesnew_stat_reply()
948 if (reply->msg_ses_feats != trans->tas_features) { in lstcon_sesnew_stat_reply()
950 reply->msg_ses_feats, libcfs_nid2str(nd->nd_id.nid), in lstcon_sesnew_stat_reply()
Dconsole.c1915 if (lstcon_session_feats_check(req->msg_ses_feats) != 0) { in lstcon_acceptor_handle()
1967 rep->msg_ses_feats = console_session.ses_features; in lstcon_acceptor_handle()