Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_attr.c4088 static int lpfc_sriov_nr_virtfn = LPFC_DEF_VFN_PER_PFN; variable
4089 module_param(lpfc_sriov_nr_virtfn, int, S_IRUGO|S_IWUSR);
4090 MODULE_PARM_DESC(lpfc_sriov_nr_virtfn, "Enable PCIe device SR-IOV virtual fn");
4121 static DEVICE_ATTR(lpfc_sriov_nr_virtfn, S_IRUGO | S_IWUSR,
5856 lpfc_sriov_nr_virtfn_init(phba, lpfc_sriov_nr_virtfn); in lpfc_get_cfgparam()