Skip to content

Commit 923c6a5

Browse files
committed
Adding new interface CEILR and CEILR_ER
Adding new electrical interface CEILR for normal reach and CEILR_ER to enable extended reach option in SERDES. Signed-off-by: Prafull Singh <56103377+prafull-brcm@users.noreply.github.com>
1 parent 4b4347b commit 923c6a5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

inc/saiport.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,12 @@ typedef enum _sai_port_interface_type_t
498498
/** Interface type USXGMII */
499499
SAI_PORT_INTERFACE_TYPE_USXGMII,
500500

501+
/** Interface type CEILR */
502+
SAI_PORT_INTERFACE_TYPE_CEILR,
503+
504+
/** Interface type CEILR_ER */
505+
SAI_PORT_INTERFACE_TYPE_CEILR_ER,
506+
501507
/** Interface type MAX */
502508
SAI_PORT_INTERFACE_TYPE_MAX,
503509

0 commit comments

Comments
 (0)