FWCTL_CMD_BASE
[_IOC_NR(_ioctl) - FWCTL_CMD_BASE] = { \
if ((nr - FWCTL_CMD_BASE) >= ARRAY_SIZE(fwctl_ioctl_ops))
op = &fwctl_ioctl_ops[nr - FWCTL_CMD_BASE];