@@ -185,26 +185,6 @@ members:
185185 name : " txCounter"
186186 desc : " [out] Monotonic counter for the number of bytes transmitted (sum of all lanes). This includes all protocol overhead, not only the GPU traffic."
187187--- # --------------------------------------------------------------------------
188- type : struct
189- desc : " Fabric Port Error Counters"
190- class : $sFabricPort
191- name : $s_fabric_port_error_counters_t
192- base : $s_base_properties_t
193- version : " 1.5"
194- members :
195- - type : uint64_t
196- name : " linkFailureCount"
197- desc : " [out] Link Failure Error Count"
198- - type : uint64_t
199- name : " fwCommErrorCount"
200- desc : " [out] Firmware Communication Error Count"
201- - type : uint64_t
202- name : " fwErrorCount"
203- desc : " [out] Firmware reported Error Count"
204- - type : uint64_t
205- name : " linkDegradeCount"
206- desc : " [out] Link Degrade Error Count"
207- --- # --------------------------------------------------------------------------
208188type : function
209189desc : " Get handle of Fabric ports in a device"
210190class : $sDevice
@@ -324,25 +304,6 @@ returns:
324304 - $X_RESULT_ERROR_INSUFFICIENT_PERMISSIONS :
325305 - " User does not have permissions to query this telemetry."
326306--- # --------------------------------------------------------------------------
327- type : function
328- desc : " Get Fabric Port Error Counters"
329- class : $sFabricPort
330- name : GetFabricErrorCounters
331- version : " 1.5"
332- details :
333- - " The application may call this function from simultaneous threads."
334- - " The implementation of this function should be lock-free."
335- params :
336- - type : $s_fabric_port_handle_t
337- name : hPort
338- desc : " [in] Handle for the component."
339- - type : $s_fabric_port_error_counters_t*
340- name : pErrors
341- desc : " [in,out] Will contain the Fabric port Error counters."
342- returns :
343- - $X_RESULT_ERROR_INSUFFICIENT_PERMISSIONS :
344- - " User does not have permissions to query this telemetry."
345- --- # --------------------------------------------------------------------------
346307type : class
347308desc : " C++ wrapper for a Sysman device Fabric port"
348309name : $sFabricPort
0 commit comments