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.c60 LASSERT(sn && !(sn->sn_features & ~LST_FEATS_MASK)); in ping_client_init()
95 LASSERT(!(sn->sn_features & ~LST_FEATS_MASK)); in ping_client_prep_rpc()
196 if (reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) { in ping_server_handle()
197 replymsg->msg_ses_feats = LST_FEATS_MASK; in ping_server_handle()
Dbrw_test.c97 LASSERT(!(sn->sn_features & ~LST_FEATS_MASK)); in brw_client_init()
284 LASSERT(!(sn->sn_features & ~LST_FEATS_MASK)); in brw_client_prep_rpc()
448 if (reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) { in brw_server_handle()
449 replymsg->msg_ses_feats = LST_FEATS_MASK; in brw_server_handle()
Dconsole.c1726 if (feats & ~LST_FEATS_MASK) { in lstcon_session_new()
1728 (feats & ~LST_FEATS_MASK)); in lstcon_session_new()
1875 if (feats & ~LST_FEATS_MASK) { in lstcon_session_feats_check()
1877 (feats & ~LST_FEATS_MASK)); in lstcon_session_feats_check()
2013 console_session.ses_features = LST_FEATS_MASK; in lstcon_console_init()
Dframework.c442 if (msg->msg_ses_feats & ~LST_FEATS_MASK) { in sfw_make_session()
1228 unsigned features = LST_FEATS_MASK; in sfw_handle_server_rpc()
1271 } else if (request->msg_ses_feats & ~LST_FEATS_MASK) { in sfw_handle_server_rpc()
Dconrpc.c920 (reply->msg_ses_feats & ~LST_FEATS_MASK)) { in lstcon_sesnew_stat_reply()
/drivers/staging/lustre/include/linux/lnet/
Dlnetst.h46 #define LST_FEATS_MASK (LST_FEAT_NONE | LST_FEAT_BULK_LEN) macro