Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dping_test.c64 LASSERT(sn != NULL && (sn->sn_features & ~LST_FEATS_MASK) == 0); in ping_client_init()
99 LASSERT((sn->sn_features & ~LST_FEATS_MASK) == 0); in ping_client_prep_rpc()
201 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()
Dbrw_test.c98 LASSERT((sn->sn_features & ~LST_FEATS_MASK) == 0); in brw_client_init()
285 LASSERT((sn->sn_features & ~LST_FEATS_MASK) == 0); in brw_client_prep_rpc()
452 if ((reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in brw_server_handle()
453 replymsg->msg_ses_feats = LST_FEATS_MASK; in brw_server_handle()
Dconsole.c1726 if ((feats & ~LST_FEATS_MASK) != 0) { in lstcon_session_new()
1728 (feats & ~LST_FEATS_MASK)); in lstcon_session_new()
1869 if ((feats & ~LST_FEATS_MASK) != 0) { in lstcon_session_feats_check()
1871 (feats & ~LST_FEATS_MASK)); in lstcon_session_feats_check()
2008 console_session.ses_features = LST_FEATS_MASK; in lstcon_console_init()
Dframework.c453 if ((msg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in sfw_make_session()
1237 unsigned features = LST_FEATS_MASK; in sfw_handle_server_rpc()
1281 } else if ((request->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in sfw_handle_server_rpc()
Dconrpc.c926 (reply->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in lstcon_sesnew_stat_reply()
/drivers/staging/lustre/include/linux/lnet/
Dlnetst.h52 #define LST_FEATS_MASK (LST_FEAT_NONE | LST_FEAT_BULK_LEN) macro