Lines Matching refs:htonl
276 *va++ = htonl(rmsgp->rm_xid); in svc_rdma_xdr_encode_error()
277 *va++ = htonl(rmsgp->rm_vers); in svc_rdma_xdr_encode_error()
278 *va++ = htonl(xprt->sc_max_requests); in svc_rdma_xdr_encode_error()
279 *va++ = htonl(RDMA_ERROR); in svc_rdma_xdr_encode_error()
280 *va++ = htonl(err); in svc_rdma_xdr_encode_error()
282 *va++ = htonl(RPCRDMA_VERSION); in svc_rdma_xdr_encode_error()
283 *va++ = htonl(RPCRDMA_VERSION); in svc_rdma_xdr_encode_error()
328 ary->wc_nchunks = htonl(chunks); in svc_rdma_xdr_encode_write_list()
341 ary->wc_nchunks = htonl(chunks); in svc_rdma_xdr_encode_reply_array()
353 seg->rs_length = htonl(write_len); in svc_rdma_xdr_encode_array_chunk()
361 rdma_resp->rm_xid = htonl(rdma_argp->rm_xid); in svc_rdma_xdr_encode_reply_header()
362 rdma_resp->rm_vers = htonl(rdma_argp->rm_vers); in svc_rdma_xdr_encode_reply_header()
363 rdma_resp->rm_credit = htonl(xprt->sc_max_requests); in svc_rdma_xdr_encode_reply_header()
364 rdma_resp->rm_type = htonl(rdma_type); in svc_rdma_xdr_encode_reply_header()