Home
last modified time | relevance | path

Searched refs:pci_reset_supported (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c1848 bool pci_reset_supported = false; in mlxsw_pci_reset() local
1868 &pci_reset_supported); in mlxsw_pci_reset()
1873 if (pci_reset_supported) { in mlxsw_pci_reset()
/linux-6.15/drivers/pci/
H A Dpci.h105 bool pci_reset_supported(struct pci_dev *dev);
H A Dpci.c93 bool pci_reset_supported(struct pci_dev *dev) in pci_reset_supported() function
5337 if (!pci_reset_supported(dev)) in pci_reset_function()
5384 if (!pci_reset_supported(dev)) in pci_reset_function_locked()
5407 if (!pci_reset_supported(dev)) in pci_try_reset_function()
H A Dpci-sysfs.c1418 if (!pci_reset_supported(pdev)) in pci_dev_reset_attr_is_visible()
H A Dquirks.c6038 !pci_reset_supported(pdev)) in quirk_reset_lenovo_thinkpad_p50_nvgpu()