Home
last modified time | relevance | path

Searched refs:LST_FEAT_BULK_LEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlnetst.h49 #define LST_FEAT_BULK_LEN (1 << 0) /* enable variable page size */ macro
52 #define LST_FEATS_MASK (LST_FEAT_NONE | LST_FEAT_BULK_LEN)
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dbrw_test.c83 if ((sn->sn_features & LST_FEAT_BULK_LEN) == 0) { in brw_client_init()
271 if ((sn->sn_features & LST_FEAT_BULK_LEN) == 0) { in brw_client_prep_rpc()
457 if ((reqstmsg->msg_ses_feats & LST_FEAT_BULK_LEN) == 0) { in brw_server_handle()
Dconrpc.c826 nob = (feats & LST_FEAT_BULK_LEN) == 0 ? in lstcon_testrpc_prep()
853 len = (feats & LST_FEAT_BULK_LEN) == 0 ? in lstcon_testrpc_prep()
901 if ((feats & LST_FEAT_BULK_LEN) == 0) { in lstcon_testrpc_prep()
Dframework.c697 if ((msg->msg_ses_feats & LST_FEAT_BULK_LEN) == 0) { in sfw_unpack_addtest_req()
1166 if ((sn->sn_features & LST_FEAT_BULK_LEN) == 0) { in sfw_add_test()