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

/drivers/staging/lustre/lnet/selftest/
H A Drpc.c63 __u64 rpc_matchbits; /* matchbits counter */
355 srpc_post_passive_rdma(int portal, int local, __u64 matchbits, void *buf, argument
363 rc = LNetMEAttach(portal, peer, matchbits, 0, LNET_UNLINK,
389 "Posted passive RDMA: peer %s, portal %d, matchbits %#llx\n",
390 libcfs_id2str(peer), portal, matchbits);
395 srpc_post_active_rdma(int portal, __u64 matchbits, void *buf, int len, argument
421 portal, matchbits, 0, 0);
425 rc = LNetGet(self, *mdh, peer, portal, matchbits, 0);
431 libcfs_id2str(peer), portal, matchbits, rc);
440 "Posted active RDMA: peer %s, portal %u, matchbits
[all...]

Completed in 38 milliseconds