Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dbrw_test.c84 if (!(sn->sn_features & LST_FEAT_BULK_LEN)) { in brw_client_init()
287 if (!(sn->sn_features & LST_FEAT_BULK_LEN)) { in brw_client_prep_rpc()
473 if (!(reqstmsg->msg_ses_feats & LST_FEAT_BULK_LEN)) { in brw_server_handle()
Dconrpc.c822 nob = !(feats & LST_FEAT_BULK_LEN) ? in lstcon_testrpc_prep()
848 len = !(feats & LST_FEAT_BULK_LEN) ? in lstcon_testrpc_prep()
896 if (!(feats & LST_FEAT_BULK_LEN)) { in lstcon_testrpc_prep()
Dframework.c700 if (!(msg->msg_ses_feats & LST_FEAT_BULK_LEN)) { in sfw_unpack_addtest_req()
1163 if (!(sn->sn_features & LST_FEAT_BULK_LEN)) { in sfw_add_test()
/drivers/staging/lustre/include/uapi/linux/lnet/
Dlnetst.h43 #define LST_FEAT_BULK_LEN (1 << 0) /* enable variable page size */ macro
46 #define LST_FEATS_MASK (LST_FEAT_NONE | LST_FEAT_BULK_LEN)