Searched refs:RPC_MSG_SZ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_rdma.h58 #define RPC_MSG_SZ 1024 macro
H A Dsvc_rdma.c863 * Given the limit on the inline response size (RPC_MSG_SZ),
869 * response (e.g. a small directory read would fit in RPC_MSG_SZ
882 * response over the RPC_MSG_SZ limit, then it may need to
903 if (msglen < RPC_MSG_SZ) {
931 if (status != SVC_RDMA_SUCCESS || msglen >= RPC_MSG_SZ) {
H A Drpcib.c3869 bp->rsize = RPC_MSG_SZ;
4041 rdbuf->len = RPC_MSG_SZ; /* 1K */

Completed in 67 milliseconds