Lines Matching defs:size
66 client_reg->size = (u16)spec.args[2];
125 struct cmdq_pkt *cmdq_pkt_create(struct cmdq_client *client, size_t size)
134 pkt->va_base = kzalloc(size, GFP_KERNEL);
139 pkt->buf_size = size;
146 dev_err(dev, "dma map failed, size=%u\n", (u32)(u64)size);
176 * In the case of allocated buffer size (pkt->buf_size) is used
177 * up, the real required size (pkt->cmdq_buf_size) is still
181 * cmdq_pkt_create() again with the real required buffer size.
184 WARN_ONCE(1, "%s: buffer size %u is too small !\n",