Searched defs:nbulkiov (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
H A Drpc.c1298 int nbulkiov, int bulklen,
1305 crpc_bulk.bk_iovs[nbulkiov]));
1309 srpc_init_client_rpc(rpc, peer, service, nbulkiov,
1297 srpc_create_client_rpc(lnet_process_id_t peer, int service, int nbulkiov, int bulklen, void (*rpc_done)(srpc_client_rpc_t *), void (*rpc_fini)(srpc_client_rpc_t *), void *priv) argument
H A Dframework.c1387 unsigned features, int nbulkiov, int bulklen,
1397 if (nbulkiov == 0 && !list_empty(&sfw_data.fw_zombie_rpcs)) {
1410 nbulkiov, bulklen, done,
1411 nbulkiov != 0 ? NULL :
1386 sfw_create_rpc(lnet_process_id_t peer, int service, unsigned features, int nbulkiov, int bulklen, void (*done)(srpc_client_rpc_t *), void *priv) argument
H A Dselftest.h413 unsigned features, int nbulkiov, int bulklen,
430 int nbulkiov, int bulklen,
519 int service, int nbulkiov, int bulklen,
523 LASSERT (nbulkiov <= LNET_MAX_IOV);
526 crpc_bulk.bk_iovs[nbulkiov]));
538 rpc->crpc_bulk.bk_niov = nbulkiov;
518 srpc_init_client_rpc(srpc_client_rpc_t *rpc, lnet_process_id_t peer, int service, int nbulkiov, int bulklen, void (*rpc_done)(srpc_client_rpc_t *), void (*rpc_fini)(srpc_client_rpc_t *), void *priv) argument

Completed in 251 milliseconds