Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAI Port attributes for preemphasis setting #907

Merged
merged 3 commits into from
Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,45 @@ typedef enum _sai_port_attr_t
*/
SAI_PORT_ATTR_PKT_TX_ENABLE,

/**
* @brief Port serdes control pre-emphasis
*
* List of port serdes pre-emphasis values. The values are of type sai_u32_list_t
* where the count is number lanes in a port and the list specifies list of values
* to be applied to each lane.
*
* @type sai_u32_list_t
* @flags CREATE_AND_SET
* @default internal
*/
SAI_PORT_ATTR_SERDES_PREEMPHASIS,

/**
* @brief Port serdes control idriver
*
* List of port serdes idriver values. The values are of type sai_u32_list_t
* where the count is number lanes in a port and the list specifies list of values
* to be applied to each lane.
*
* @type sai_u32_list_t
* @flags CREATE_AND_SET
* @default internal
*/
SAI_PORT_ATTR_SERDES_IDRIVER,

/**
* @brief Port serdes control ipredriver
*
* List of port serdes ipredriver values. The values are of type sai_u32_list_t
* where the count is number lanes in a port and the list specifies list of values
* to be applied to each lane.
*
* @type sai_u32_list_t
* @flags CREATE_AND_SET
* @default internal
*/
SAI_PORT_ATTR_SERDES_IPREDRIVER,

/**
* @brief End of attributes
*/
Expand Down
3 changes: 3 additions & 0 deletions meta/aspell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,6 @@ watchlist
wildcard
www
pre
serdes
idriver
ipredriver