Searched refs:sriov_configure (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/drivers/pci/
H A Dpci-pf-stub.c38 .sriov_configure = pci_sriov_configure_simple,
H A Diov.c442 if (!pdev->driver->sriov_configure) {
450 ret = pdev->driver->sriov_configure(pdev, 0);
462 ret = pdev->driver->sriov_configure(pdev, num_vfs);
/linux-master/drivers/net/ethernet/sfc/
H A Def100.c527 if (efx->type->sriov_configure) {
528 rc = efx->type->sriov_configure(efx, num_vfs);
553 .sriov_configure = ef100_pci_sriov_configure,
H A Defx.c1171 if (efx->type->sriov_configure) {
1172 rc = efx->type->sriov_configure(efx, num_vfs);
1320 .sriov_configure = efx_pci_sriov_configure,
H A Dnet_driver.h1477 int (*sriov_configure)(struct efx_nic *efx, int num_vfs); member in struct:efx_nic_type
/linux-master/drivers/crypto/intel/qat/qat_420xx/
H A Dadf_drv.c189 .sriov_configure = adf_sriov_configure,
/linux-master/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_drv.c191 .sriov_configure = adf_sriov_configure,
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_main.c292 .sriov_configure = otx_cpt_sriov_configure
/linux-master/drivers/vfio/pci/
H A Dvfio_pci.c201 .sriov_configure = vfio_pci_sriov_configure,
/linux-master/drivers/crypto/intel/qat/qat_dh895xcc/
H A Dadf_drv.c36 .sriov_configure = adf_sriov_configure,
/linux-master/drivers/crypto/intel/qat/qat_c62x/
H A Dadf_drv.c36 .sriov_configure = adf_sriov_configure,
/linux-master/drivers/crypto/intel/qat/qat_c3xxx/
H A Dadf_drv.c36 .sriov_configure = adf_sriov_configure,
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c277 .sriov_configure = idpf_sriov_configure,
/linux-master/drivers/fpga/
H A Ddfl-pci.c444 .sriov_configure = cci_pci_sriov_configure,
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.c1133 if (efx->type->sriov_configure) {
1134 rc = efx->type->sriov_configure(efx, num_vfs);
1282 .sriov_configure = efx_pci_sriov_configure,
H A Dsiena.c1072 .sriov_configure = efx_siena_sriov_configure,
H A Dnet_driver.h1428 int (*sriov_configure)(struct efx_nic *efx, int num_vfs); member in struct:efx_nic_type
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_main.c573 .sriov_configure = nitrox_sriov_configure,
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_bus_pci.c511 .sriov_configure = ionic_sriov_configure,
/linux-master/drivers/virtio/
H A Dvirtio_pci_common.c677 .sriov_configure = virtio_pci_sriov_configure,
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dmain.c568 .sriov_configure = pdsc_sriov_configure,
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.c945 .sriov_configure = nfp_pcie_sriov_configure,
/linux-master/drivers/misc/genwqe/
H A Dcard_base.c1358 .sriov_configure = genwqe_sriov_configure,
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_main.c862 .sriov_configure = otx2_cptpf_sriov_configure
/linux-master/drivers/misc/
H A Dpci_endpoint_test.c1029 .sriov_configure = pci_sriov_configure_simple,

Completed in 238 milliseconds

123