Skip to content

Commit ed82e06

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> Update saiport.h Signed-off-by: Prafull Singh <56103377+prafull-brcm@users.noreply.github.com>
1 parent 4b4347b commit ed82e06

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

inc/saiport.h

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

501+
/** Interface type CEIMR */
502+
SAI_PORT_INTERFACE_TYPE_CEIMR,
503+
504+
/** Interface type CEILR */
505+
SAI_PORT_INTERFACE_TYPE_CEILR,
506+
507+
/** Interface type CEILR extended reach */
508+
SAI_PORT_INTERFACE_TYPE_CEILR_ER,
509+
501510
/** Interface type MAX */
502511
SAI_PORT_INTERFACE_TYPE_MAX,
503512

meta/acronyms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,5 @@ XLAUI - 40 Gbps Attachment Unit Interface
202202
XOFF - Transmitter Off
203203
XON - Transmitter On
204204
XPN - Extended Packet Number
205+
CEIMR - Common Electrical Interface Medium Reach
206+
CEILR - Common Electrical Interface Long Reach Normal

0 commit comments

Comments
 (0)