Lines Matching defs:rp_size
384 size_t rp_size;
397 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16));
399 rp = kmalloc(rp_size, GFP_KERNEL);
425 rp, rp_size);
5212 size_t rp_size = 0;
5230 rp_size = sizeof(*rp) + (num_handles * sizeof(u16));
5231 rp = kmalloc(rp_size, GFP_KERNEL);
5248 MGMT_STATUS_SUCCESS, rp, rp_size);
5580 size_t rp_size = sizeof(mgmt_rp);
5617 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256);
5636 MGMT_STATUS_SUCCESS, &mgmt_rp, rp_size);