Lines Matching defs:sendbuf
118 __be32 sendbuf;
145 sendbuf = cpu_to_be32(partition << 24 | x << 16 | num);
170 MAPLE_COMMAND_BREAD, 2, &sendbuf);
192 kfree(mdev->mq->sendbuf);
193 mdev->mq->sendbuf = NULL;
233 __be32 *sendbuf;
242 sendbuf = kmalloc(phaselen + 4, GFP_KERNEL);
243 if (!sendbuf) {
248 sendbuf[0] = cpu_to_be32(partition << 24 | x << 16 | num);
249 memcpy(&sendbuf[1], buf + phaselen * x, phaselen);
266 MAPLE_COMMAND_BWRITE, phaselen / 4 + 2, sendbuf);
283 kfree(mdev->mq->sendbuf);
284 mdev->mq->sendbuf = NULL;
289 kfree(sendbuf);
294 kfree(sendbuf);