Searched refs:adf_sriov_configure (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_sriov.c | 124 * adf_sriov_configure() - Enable SRIOV for the device 135 int adf_sriov_configure(struct pci_dev *pdev, int numvfs) in adf_sriov_configure() function 199 EXPORT_SYMBOL_GPL(adf_sriov_configure); variable
|
H A D | adf_common_drv.h | 197 int adf_sriov_configure(struct pci_dev *pdev, int numvfs); 213 #define adf_sriov_configure NULL macro
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | adf_common_drv.h | 189 int adf_sriov_configure(struct pci_dev *pdev, int numvfs); 205 static inline int adf_sriov_configure(struct pci_dev *pdev, int numvfs) in adf_sriov_configure() function
|
H A D | adf_sriov.c | 174 * adf_sriov_configure() - Enable SRIOV for the device 185 int adf_sriov_configure(struct pci_dev *pdev, int numvfs) in adf_sriov_configure() function 250 EXPORT_SYMBOL_GPL(adf_sriov_configure); variable
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_c3xxx/ |
H A D | adf_drv.c | 35 .sriov_configure = adf_sriov_configure,
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_c62x/ |
H A D | adf_drv.c | 35 .sriov_configure = adf_sriov_configure,
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_dh895xcc/ |
H A D | adf_drv.c | 35 .sriov_configure = adf_sriov_configure,
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_c62x/ |
H A D | adf_drv.c | 36 .sriov_configure = adf_sriov_configure,
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_dh895xcc/ |
H A D | adf_drv.c | 36 .sriov_configure = adf_sriov_configure,
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_c3xxx/ |
H A D | adf_drv.c | 36 .sriov_configure = adf_sriov_configure,
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_4xxx/ |
H A D | adf_drv.c | 457 .sriov_configure = adf_sriov_configure,
|
Completed in 5 milliseconds