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;
332 struct rpcrdma_segment *arg_ch; in send_write_chunks()382 struct rpcrdma_segment *ch; in send_reply_chunks()
288 struct rpcrdma_segment *seg = &ary->wc_array[chunk_no].wc_target; in svc_rdma_xdr_encode_array_chunk()
1377 if (bytes < sizeof(struct rpcrdma_segment) * 2) { in rpcrdma_max_segments()1383 segments = 1 << (fls(bytes / sizeof(struct rpcrdma_segment)) - 1); in rpcrdma_max_segments()
587 struct rpcrdma_segment *seg = &cur_wchunk->wc_target; in rpcrdma_count_chunks()