Searched refs:sriov_enable (Results 1 – 4 of 4) sorted by relevance
140 int (*sriov_enable)(struct nfp_app *app, int num_vfs); member399 if (!app || !app->type->sriov_enable) in nfp_app_sriov_enable()401 return app->type->sriov_enable(app, num_vfs); in nfp_app_sriov_enable()
38 .sriov_enable = nfp_nic_sriov_enable,
598 static int sriov_enable(struct pci_dev *dev, int nr_virtfn) in sriov_enable() function1073 return sriov_enable(dev, nr_virtfn); in pci_enable_sriov()1223 rc = sriov_enable(dev, nr_virtfn); in pci_sriov_configure_simple()
1016 .sriov_enable = nfp_flower_sriov_enable,