Searched refs:__pci_reset_function_locked (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/xen/xen-pciback/
H A Dpci_stub.c110 __pci_reset_function_locked(dev);
287 __pci_reset_function_locked(dev);
423 __pci_reset_function_locked(dev);
/linux-master/drivers/pci/
H A Dpci.c5234 * __pci_reset_function_locked - reset a PCI device function while holding
5253 int __pci_reset_function_locked(struct pci_dev *dev) function
5281 EXPORT_SYMBOL_GPL(__pci_reset_function_locked); variable
5325 * from __pci_reset_function_locked() in that it saves and restores device state
5350 rc = __pci_reset_function_locked(dev);
5372 * from __pci_reset_function_locked() in that it saves and restores device state
5388 rc = __pci_reset_function_locked(dev);
5413 rc = __pci_reset_function_locked(dev);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c1614 err = __pci_reset_function_locked(pdev);
/linux-master/include/linux/
H A Dpci.h1372 int __pci_reset_function_locked(struct pci_dev *dev);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c585 * This function calls __pci_reset_function_locked() which internally
670 if (!__pci_reset_function_locked(pdev))
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c933 rc = __pci_reset_function_locked(oct->pci_dev);

Completed in 425 milliseconds