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.