Lines Matching defs:len
882 unsigned int len;
909 comp->bytes_returned = min(comp->len, data_len);
925 * @len: Size in bytes of buf.
932 unsigned int len, unsigned int block_id,
946 if (len == 0 || len > HV_CONFIG_BLOCK_SIZE_MAX)
951 comp_pkt.len = len;
960 read_blk->bytes_requested = len;
1007 * @len: Size in bytes of buf.
1013 unsigned int len, unsigned int block_id)
1028 if (len == 0 || len > HV_CONFIG_BLOCK_SIZE_MAX)
1040 write_blk->byte_count = len;
1041 memcpy(write_blk->bytes, buf, len);
1042 pkt_size = offsetof(struct pci_write_block, bytes) + len;
2573 "unhandled packet type %d, tid %llx len %d\n",