Home
last modified time | relevance | path

Searched defs:srpc_test_reqst (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
Drpc.h186 struct srpc_test_reqst { struct
187 __u64 tsr_rpyid; /* reply buffer matchbits */
188 __u64 tsr_bulkid; /* bulk buffer matchbits */
189 lst_sid_t tsr_sid; /* session id */
190 lst_bid_t tsr_bid; /* batch id */
191 __u32 tsr_service; /* test type: bulk|ping|... */
192 __u32 tsr_loop; /* test client loop count or
194 __u32 tsr_concur; /* concurrency of test */
195 __u8 tsr_is_client; /* is test client or not */
196 __u8 tsr_stop_onerr; /* stop on error */
[all …]