Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/cavium/nitrox/
Dnitrox_isr.h13 int nitrox_sriov_configure(struct pci_dev *pdev, int num_vfs);
15 static inline int nitrox_sriov_configure(struct pci_dev *pdev, int num_vfs) in nitrox_sriov_configure() function
Dnitrox_sriov.c228 int nitrox_sriov_configure(struct pci_dev *pdev, int num_vfs) in nitrox_sriov_configure() function
Dnitrox_main.c546 nitrox_sriov_configure(pdev, 0); in nitrox_remove()
572 .sriov_configure = nitrox_sriov_configure,