(device, link, NV_TRUE); - link->bRxDetected = NV_TRUE; + link->bRxDetected = NV_TRUE; + + // + // Clear out any cached interrupts for the link and update the last link up timestamp + // + _nvswitch_clear_deferred_link_errors_ls10(device, link_id); + chip_device->de...