Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h541 int bnx2x_sriov_configure(struct pci_dev *dev, int num_vfs);
613 static inline int bnx2x_sriov_configure(struct pci_dev *dev, int num_vfs) {return 0; } in bnx2x_sriov_configure() function
Dbnx2x_sriov.c2413 int bnx2x_sriov_configure(struct pci_dev *dev, int num_vfs_param) in bnx2x_sriov_configure() function
Dbnx2x_main.c14451 .sriov_configure = bnx2x_sriov_configure,