Scroll to navigation

PCIE_FLR(9) Hardware Interfaces PCIE_FLR(9)

NAME

pcie_flr - initiate a PCIe function level reset

SYNOPSIS

void pcie_flr(struct pci_dev * dev);

ARGUMENTS

dev

device to reset

DESCRIPTION

Initiate a function level reset on dev. The caller should ensure the device supports FLR before calling this function, e.g. by using the pcie_has_flr helper.

COPYRIGHT

June 2023 Kernel Hackers Manual 3.10