Lines Matching refs:size
143 req->rc.size = len;
268 VIRTQUEUE_NUM, req->tc.sdata, req->tc.size);
381 * @inlen: read buffer size
382 * @outlen: write buffer size
383 * @in_hdr_len: reader header size, This is the size of response protocol data
414 memcpy(&req->tc.sdata[req->tc.size - 4], &v, 4);
417 /* The size field of the message must include the length of the
421 sz = cpu_to_le32(req->tc.size + outlen);
433 memcpy(&req->tc.sdata[req->tc.size - 4], &v, 4);
445 VIRTQUEUE_NUM, req->tc.sdata, req->tc.size);