Searched refs:rpcrdma_segment (Results 1 – 5 of 5) sorted by relevance
48 struct rpcrdma_segment { struct60 struct rpcrdma_segment rc_target; argument67 struct rpcrdma_segment wc_target;
257 struct rpcrdma_segment *arg_ch; in send_write_chunks()307 struct rpcrdma_segment *ch; in send_reply_chunks()
350 struct rpcrdma_segment *seg = &ary->wc_array[chunk_no].wc_target; in svc_rdma_xdr_encode_array_chunk()
1662 if (bytes < sizeof(struct rpcrdma_segment) * 2) { in rpcrdma_max_segments()1668 segments = 1 << (fls(bytes / sizeof(struct rpcrdma_segment)) - 1); in rpcrdma_max_segments()
580 struct rpcrdma_segment *seg = &cur_wchunk->wc_target; in rpcrdma_count_chunks()