Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c239 static unsigned int num_vf[NUM_OF_PF_WITH_SRIOV]; variable
241 module_param_array(num_vf, uint, NULL, 0644);
242 MODULE_PARM_DESC(num_vf, "number of VFs for each of PFs 0-3");
4951 if (func < ARRAY_SIZE(num_vf) && num_vf[func] > 0) in init_one()
4952 if (pci_enable_sriov(pdev, num_vf[func]) == 0) in init_one()
4955 num_vf[func]); in init_one()