Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c262 struct rio_mport_maint_io maint_io; in rio_mport_maint_rd() local
268 if (unlikely(copy_from_user(&maint_io, arg, sizeof(maint_io)))) in rio_mport_maint_rd()
271 if ((maint_io.offset % 4) || in rio_mport_maint_rd()
272 (maint_io.length == 0) || (maint_io.length % 4) || in rio_mport_maint_rd()
273 (maint_io.length + maint_io.offset) > RIO_MAINT_SPACE_SZ) in rio_mport_maint_rd()
276 buffer = vmalloc(maint_io.length); in rio_mport_maint_rd()
279 length = maint_io in rio_mport_maint_rd()
307 struct rio_mport_maint_io maint_io; rio_mport_maint_wr() local
[all...]