Lines Matching refs:byte_count
60 u32 byte_count) in rdma_build_arg_xdr() argument
75 min_t(size_t, byte_count, ctxt->sge[0].length); in rdma_build_arg_xdr()
76 rqstp->rq_arg.len = byte_count; in rdma_build_arg_xdr()
77 rqstp->rq_arg.buflen = byte_count; in rdma_build_arg_xdr()
80 bc = byte_count - rqstp->rq_arg.head[0].iov_len; in rdma_build_arg_xdr()
375 u32 position, u32 byte_count, u32 page_offset, int page_no) in rdma_copy_tail() argument
382 byte_count = head->arg.head[0].iov_len - position; in rdma_copy_tail()
383 if (byte_count > PAGE_SIZE) { in rdma_copy_tail()
392 while (byte_count--) { in rdma_copy_tail()
395 if (page_offset == PAGE_SIZE && byte_count) in rdma_copy_tail()
405 while (byte_count--) in rdma_copy_tail()
412 byte_count = head->arg.head[0].iov_len - position; in rdma_copy_tail()
413 head->arg.page_len += byte_count; in rdma_copy_tail()
414 head->arg.len += byte_count; in rdma_copy_tail()
415 head->arg.buflen += byte_count; in rdma_copy_tail()
426 u32 handle, page_offset, byte_count; in rdma_read_chunks() local
470 byte_count = be32_to_cpu(ch->rc_target.rs_length); in rdma_read_chunks()
474 while (byte_count > 0) { in rdma_read_chunks()
478 handle, byte_count, in rdma_read_chunks()
482 byte_count -= ret; in rdma_read_chunks()
501 byte_count, page_offset, page_no); in rdma_read_chunks()