The trigger is deprecated and should not be used. The implementation of trigger ignores the device_id.
SIM_INTERFACE(pcie_link_training) {
// Deprecated
bool (*trigger)(conf_object_t *obj, uint16 device_id);
bool (*invoke)(conf_object_t *obj);
};
#define PCIE_LINK_TRAINING_INTERFACE "pcie_link_training"