Searched refs:pci_reset_function (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
H A Dassigned-dev.c323 pci_reset_function(assigned_dev->dev); kvm_free_assigned_device()
748 pci_reset_function(dev); kvm_vm_ioctl_assign_device()
/linux-4.1.27/drivers/misc/genwqe/
H A Dcard_base.c178 * pci_reset_function() will recover the device and ensure that the
202 * restored by the pci_reset_function(). genwqe_bus_reset()
205 rc = pci_reset_function(pci_dev); genwqe_bus_reset()
/linux-4.1.27/drivers/vfio/pci/
H A Dvfio_pci.c131 vdev->reset_works = (pci_reset_function(pdev) == 0); vfio_pci_enable()
219 * during reset. Stolen from pci_reset_function() vfio_pci_disable()
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dpci_stub.c516 /* Called when 'bind'. This means we must _NOT_ call pci_reset_function or
545 /* Called when 'unbind'. This means we must _NOT_ call pci_reset_function or
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c632 pci_reset_function(dev->pdev); qlcnic_fw_create_ctx()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi.c1537 rc = pci_reset_function(efx->pci_dev); efx_mcdi_reset()
/linux-4.1.27/drivers/pci/
H A Dpci-sysfs.c1308 result = pci_reset_function(pdev); reset_store()
H A Dpci.c3534 * pci_reset_function - quiesce and reset a PCI device function
3549 int pci_reset_function(struct pci_dev *dev) pci_reset_function() function
3565 EXPORT_SYMBOL_GPL(pci_reset_function); variable
H A Dquirks.c3134 * assume pci_reset_function() is viable for this device. Mark it as
3496 * pci_reset_function()). reset_chelsio_generic_dev()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2223 * 2.6.31 and later we can't call pci_reset_function() in order to adap_init0()
/linux-4.1.27/include/linux/
H A Dpci.h1003 int pci_reset_function(struct pci_dev *dev);

Completed in 361 milliseconds