Replace all opencoded ioctl() usage occurences in Intel driver with intel_ioctl() helper
Replace all opencoded ioctl()
usage occurences in the Intel driver with common intel_ioctl()
helper to improve code a tad and to prepare for addition of virtio-intel native context support that will use intel_ioctl()
as a central place to override ioctls with virtio commands.