Searched refs:maint_io (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c264 struct rio_mport_maint_io maint_io; local
270 if (unlikely(copy_from_user(&maint_io, arg, sizeof(maint_io))))
273 if ((maint_io.offset % 4) ||
274 (maint_io.length == 0) || (maint_io.length % 4) ||
275 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ)
278 buffer = vmalloc(maint_io.length);
281 length = maint_io
309 struct rio_mport_maint_io maint_io; local
[all...]

Completed in 102 milliseconds