File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2913,6 +2913,18 @@ typedef enum _sai_port_attr_t
29132913 */
29142914 SAI_PORT_ATTR_LLR_RX_STATUS ,
29152915
2916+ /**
2917+ * @brief Link up debounce time in microseconds
2918+ *
2919+ * 0 means no delay time so link up events are immediately delivered as usual
2920+ * This attribute overrides the switch level debounce configuration
2921+ *
2922+ * @type sai_uint32_t
2923+ * @flags CREATE_AND_SET
2924+ * @default 0
2925+ */
2926+ SAI_PORT_ATTR_LINK_UP_DEBOUNCE_TIMEOUT ,
2927+
29162928 /**
29172929 * @brief End of attributes
29182930 */
Original file line number Diff line number Diff line change @@ -3539,6 +3539,17 @@ typedef enum _sai_switch_attr_t
35393539 */
35403540 SAI_SWITCH_ATTR_FAST_LINKUP_BER_THRESHOLD ,
35413541
3542+ /**
3543+ * @brief Link up debounce time in microseconds
3544+ *
3545+ * 0 means no delay time so link up events are immediately delivered as usual
3546+ *
3547+ * @type sai_uint32_t
3548+ * @flags CREATE_AND_SET
3549+ * @default 0
3550+ */
3551+ SAI_SWITCH_ATTR_LINK_UP_DEBOUNCE_TIMEOUT ,
3552+
35423553 /**
35433554 * @brief End of attributes
35443555 */
Original file line number Diff line number Diff line change 3030cpp
3131cpu
3232CtlOS
33+ debounce
3334decap
3435decapsulation
3536Decrement
You can’t perform that action at this time.
0 commit comments