device_param_cb
device_param_cb(device, ¨_vfio_cmdline_param_ops, NULL, 0400);
device_param_cb(device, &vu_cmdline_param_ops, NULL, S_IRUSR);
device_param_cb(hw_queue_depth, &loop_hw_qdepth_param_ops, &hw_queue_depth, 0444);
device_param_cb(queue_mode, &null_queue_mode_param_ops, &g_queue_mode, 0444);
device_param_cb(irqmode, &null_irqmode_param_ops, &g_irqmode, 0444);
device_param_cb(ioport, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR);
device_param_cb(mmio, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR);
device_param_cb(so_priority, &set_param_ops, &so_priority, 0644);
device_param_cb(idle_poll_period_usecs, &set_param_ops,
device_param_cb(quirks, &quirks_param_ops, &quirks_param_string, 0644);
device_param_cb(device, &vm_cmdline_param_ops, NULL, S_IRUSR);