SAI Metadata
|
Defines a port's lanes eye values list. More...
#include <saitypes.h>
Public Attributes | |
uint32_t | count |
sai_port_lane_eye_values_t * | list |
Defines a port's lanes eye values list.
In get_port_attribute function call, the count member defines the number of objects which will be returned to the caller in the list member. The caller must allocate the buffer for the list member and set the count member to the size of the allocated objects in the list member.
If the size is large enough to accommodate the list of objects, the callee must fill the list member and set the count member to the actual number of objects filled. If the size is not large enough, the callee must set the count member to the actual number of objects filled in the list member and return SAI_STATUS_BUFFER_OVERFLOW. Once the caller gets such a return code, it may use the returned count member to re-allocate the list and retry.
Definition at line 1154 of file saitypes.h.
uint32_t _sai_port_eye_values_list_t::count |
Definition at line 1156 of file saitypes.h.
sai_port_lane_eye_values_t* _sai_port_eye_values_list_t::list |
Definition at line 1157 of file saitypes.h.