Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h544 int bnx2x_sriov_configure(struct pci_dev *dev, int num_vfs);
616 static inline int bnx2x_sriov_configure(struct pci_dev *dev, int num_vfs) {return 0; } in bnx2x_sriov_configure() function
Dbnx2x_sriov.c2409 int bnx2x_sriov_configure(struct pci_dev *dev, int num_vfs_param) in bnx2x_sriov_configure() function
Dbnx2x_main.c14353 .sriov_configure = bnx2x_sriov_configure,