Searched refs:bnx2x_sriov_configure (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.h | 544 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
|
H A D | bnx2x_sriov.c | 2416 int bnx2x_sriov_configure(struct pci_dev *dev, int num_vfs_param) in bnx2x_sriov_configure() function 2425 DP(BNX2X_MSG_IOV, "bnx2x_sriov_configure called with %d, BNX2X_NR_VIRTFN(bp) was %d\n", in bnx2x_sriov_configure()
|
H A D | bnx2x_main.c | 14425 .sriov_configure = bnx2x_sriov_configure,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.h | 544 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
|
H A D | bnx2x_sriov.c | 2409 int bnx2x_sriov_configure(struct pci_dev *dev, int num_vfs_param) in bnx2x_sriov_configure() function 2418 DP(BNX2X_MSG_IOV, "bnx2x_sriov_configure called with %d, BNX2X_NR_VIRTFN(bp) was %d\n", in bnx2x_sriov_configure()
|
H A D | bnx2x_main.c | 14353 .sriov_configure = bnx2x_sriov_configure,
|
Completed in 49 milliseconds