Searched refs:ch_position (Results 1 – 7 of 7) sorted by relevance
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_pcl.c | 36 chunk->ch_position = position; in pcl_alloc_chunk() 49 if (pos->ch_position == position) in pcl_lookup_position() 61 if (pos->ch_position > chunk->ch_position) in pcl_insert_position() 270 if (chunk->ch_position - total_read > bound) in pcl_check_read_chunk_positions() 279 if (chunk->ch_position + chunk->ch_length > next->ch_position) in pcl_check_read_chunk_positions() 336 ret = pcl_process_region(xdr, 0, chunk->ch_position, actor, data); in pcl_process_nonpayloads() 346 ret = pcl_process_region(xdr, start, next->ch_position - start, in pcl_process_nonpayloads()
|
| H A D | svc_rdma_rw.c | 650 if (xdr_buf_subsegment(xdr, &payload, chunk->ch_position, in svc_rdma_prepare_write_chunk() 931 length = chunk->ch_position; in svc_rdma_read_multiple_chunks() 946 if (head->rc_readbytes > next->ch_position) in svc_rdma_read_multiple_chunks() 948 length = next->ch_position - head->rc_readbytes; in svc_rdma_read_multiple_chunks() 984 if (chunk->ch_position > head->rc_saved_arg.head[0].iov_len) in svc_rdma_read_data_item() 1070 if (chunk->ch_position > call_len) in svc_rdma_read_call_chunk() 1072 length = chunk->ch_position; in svc_rdma_read_call_chunk() 1088 if (next->ch_position > call_len) in svc_rdma_read_call_chunk() 1090 if (head->rc_readbytes > next->ch_position) in svc_rdma_read_call_chunk() 1092 length = next->ch_position - head->rc_readbytes; in svc_rdma_read_call_chunk()
|
| H A D | svc_rdma_recvfrom.c | 824 buf->tail[0].iov_base = buf->head[0].iov_base + chunk->ch_position; in svc_rdma_read_complete_one() 825 buf->tail[0].iov_len = buf->head[0].iov_len - chunk->ch_position; in svc_rdma_read_complete_one() 826 buf->head[0].iov_len = chunk->ch_position; in svc_rdma_read_complete_one()
|
| H A D | svc_rdma_sendto.c | 1253 chunk->ch_position = offset; in svc_rdma_result_payload()
|
| /linux/include/linux/sunrpc/ |
| H A D | svc_rdma_pcl.h | 20 u32 ch_position; member 112 return xdr_align_size(chunk->ch_position + chunk->ch_payload_length); in pcl_chunk_end_offset()
|
| /linux/drivers/scsi/ |
| H A D | ch.c | 427 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate) in ch_position() function 701 retval = ch_position(ch,0, in ch_ioctl()
|
| /linux/include/trace/events/ |
| H A D | rpcrdma.h | 1702 __entry->position = chunk->ch_position;
|