Skip to content

Commit d371e3e

Browse files
pullaraogundapandeytejas
authored andcommitted
SAI LPO attributes (opencomputeproject#2178)
Signed-off-by: pullarao <pullarao.gunda@broadcom.com>
1 parent 07ec2b4 commit d371e3e

1 file changed

Lines changed: 0 additions & 70 deletions

File tree

inc/saiport.h

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -4286,76 +4286,6 @@ typedef enum _sai_port_serdes_attr_t
42864286
*/
42874287
SAI_PORT_SERDES_ATTR_RX_POLARITY,
42884288

4289-
/**
4290-
* @brief Total number of RX FFE taps supported
4291-
*
4292-
* @type sai_uint32_t
4293-
* @flags READ_ONLY
4294-
*/
4295-
SAI_PORT_SERDES_ATTR_RX_FFE_COUNT,
4296-
4297-
/**
4298-
* @brief Total number of TX FIR taps supported
4299-
*
4300-
* @type sai_uint32_t
4301-
* @flags READ_ONLY
4302-
*/
4303-
SAI_PORT_SERDES_ATTR_TX_FIR_COUNT,
4304-
4305-
/**
4306-
* @brief Total number of RX DFE taps supported
4307-
*
4308-
* @type sai_uint32_t
4309-
* @flags READ_ONLY
4310-
*/
4311-
SAI_PORT_SERDES_ATTR_RX_DFE_COUNT,
4312-
4313-
/**
4314-
* @brief Port serdes RX FFE taps
4315-
*
4316-
* List of port serdes RX FFE tap values
4317-
*
4318-
* @type sai_taps_list_t
4319-
* @flags CREATE_AND_SET
4320-
* @default internal
4321-
*/
4322-
SAI_PORT_SERDES_ATTR_RX_FFE_TAPS_LIST,
4323-
4324-
/**
4325-
* @brief Port serdes TX FIR taps
4326-
*
4327-
* List of port serdes TX FIR tap values
4328-
*
4329-
* @type sai_taps_list_t
4330-
* @flags CREATE_AND_SET
4331-
* @default internal
4332-
*/
4333-
SAI_PORT_SERDES_ATTR_TX_FIR_TAPS_LIST,
4334-
4335-
/**
4336-
* @brief Port serdes DFE taps
4337-
*
4338-
* List of port serdes RX DFE tap values
4339-
*
4340-
* @type sai_taps_list_t
4341-
* @flags CREATE_AND_SET
4342-
* @default internal
4343-
*/
4344-
SAI_PORT_SERDES_ATTR_RX_DFE_TAPS_LIST,
4345-
4346-
/**
4347-
* @brief Port serdes VGA settings
4348-
*
4349-
* List of port serdes VGA settings values
4350-
* The values are of type sai_u32_list_t where the count is number of lanes
4351-
* in a port and the list specifies list of VGA settings for each lane.
4352-
*
4353-
* @type sai_u32_list_t
4354-
* @flags CREATE_AND_SET
4355-
* @default internal
4356-
*/
4357-
SAI_PORT_SERDES_ATTR_RX_VGA,
4358-
43594289
/**
43604290
* @brief End of attributes
43614291
*/

0 commit comments

Comments
 (0)