Searched refs:num_vf (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c232 static unsigned int num_vf[NUM_OF_PF_WITH_SRIOV]; variable
234 module_param_array(num_vf, uint, NULL, 0644);
235 MODULE_PARM_DESC(num_vf, "number of VFs for each of PFs 0-3");
4693 if (func < ARRAY_SIZE(num_vf) && num_vf[func] > 0)
4694 if (pci_enable_sriov(pdev, num_vf[func]) == 0)
4697 num_vf[func]);

Completed in 122 milliseconds