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()
372 u32 position, u32 byte_count, u32 page_offset, int page_no) in rdma_copy_tail() argument
379 byte_count = head->arg.head[0].iov_len - position; in rdma_copy_tail()
380 if (byte_count > PAGE_SIZE) { in rdma_copy_tail()
389 while (byte_count--) { in rdma_copy_tail()
392 if (page_offset == PAGE_SIZE && byte_count) in rdma_copy_tail()
402 while (byte_count--) in rdma_copy_tail()
409 byte_count = head->arg.head[0].iov_len - position; in rdma_copy_tail()
410 head->arg.page_len += byte_count; in rdma_copy_tail()
411 head->arg.len += byte_count; in rdma_copy_tail()
412 head->arg.buflen += byte_count; in rdma_copy_tail()
423 u32 handle, page_offset, byte_count; in rdma_read_chunks() local
467 byte_count = be32_to_cpu(ch->rc_target.rs_length); in rdma_read_chunks()
471 while (byte_count > 0) { in rdma_read_chunks()
475 handle, byte_count, in rdma_read_chunks()
479 byte_count -= ret; in rdma_read_chunks()
498 byte_count, page_offset, page_no); in rdma_read_chunks()