Searched refs:ch_position (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/net/sunrpc/xprtrdma/ |
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() 281 ret = pcl_process_region(xdr, 0, chunk->ch_position, actor, data); in pcl_process_nonpayloads() 291 ret = pcl_process_region(xdr, start, next->ch_position - start, in pcl_process_nonpayloads()
|
D | svc_rdma_rw.c | 861 length = chunk->ch_position; in svc_rdma_read_multiple_chunks() 876 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_multiple_chunks() 933 buf->tail[0].iov_base = buf->head[0].iov_base + chunk->ch_position; in svc_rdma_read_data_item() 934 buf->tail[0].iov_len = buf->head[0].iov_len - chunk->ch_position; in svc_rdma_read_data_item() 935 buf->head[0].iov_len = chunk->ch_position; in svc_rdma_read_data_item() 1027 length = chunk->ch_position; in svc_rdma_read_call_chunk() 1042 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_call_chunk()
|
D | svc_rdma_sendto.c | 1033 chunk->ch_position = offset; in svc_rdma_result_payload()
|
/linux-5.19.10/include/linux/sunrpc/ |
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-5.19.10/drivers/scsi/ |
D | ch.c | 422 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate) in ch_position() function 692 retval = ch_position(ch,0, in ch_ioctl()
|
/linux-5.19.10/include/trace/events/ |
D | rpcrdma.h | 1700 __entry->position = chunk->ch_position;
|