1PCIE_FLR(9) Hardware Interfaces PCIE_FLR(9)
23
4
NAME
6pcie_flr - initiate a PCIe function level reset
7
SYNOPSIS
9void pcie_flr(struct pci_dev * dev);
10
ARGUMENTS
12dev
13device to reset
14
DESCRIPTION
16Initiate a function level reset on dev. The caller should ensure the
17device supports FLR before calling this function, e.g. by using the
18pcie_has_flr helper.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 PCIE_FLR(9)