Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c77 static int allow_vf_ioctls; variable
78 module_param(allow_vf_ioctls, int, S_IRUGO);
79 MODULE_PARM_DESC(allow_vf_ioctls, "Allow ioctls in SR-IOV VF mode. Default: 0");
6253 if (instance->requestorId && !allow_vf_ioctls) { in megasas_mgmt_ioctl_fw()