Our i.MX8QM uses PCIe A and PCIe B to connect two PCIe network cards. Among them, the network card on PCIe A works normally, while the PCIe network card on PCIe B may occasionally encounter link training failure during driver initialization. However, it can complete initialization successfully after each device restart. Since the probability of link training failure is low, we intend to reset PCIe B when such a failure occurs. After the reset is completed, we will reload the driver to trigger device initialization and link training. Please let us know the specific implementation method. Thank you!