From d2e42029ec04c3f224580f8007cdfbbfe0fc47a6 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 26 May 2017 18:45:56 +0200 Subject: Initial Commit --- ...y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html | 181 +++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html b/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html new file mode 100644 index 0000000..5a37875 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html @@ -0,0 +1,181 @@ + + + + + +UNICENS: Ucs_AmsTx_Info_t + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+ + + + +
enum Ucs_AmsTx_Info_t
+
+ +

Detailed INIC transmission information which might be useful for debugging purposes.

+
Enumerator:
+ + + + + + + + + + + + + +
UCS_AMSTX_I_SUCCESS  +

The transmission succeeded.

+

The corresponding transmission result is UCS_AMSTX_RES_SUCCESS.

+
UCS_AMSTX_I_ERR_CFG_NORECEIVER  +

The transmission failed because the MOST network is not accessible for MCM in the current attach state or for ICM in general.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_UNEXPECTED.

+
UCS_AMSTX_I_ERR_BF  +

The transmission failed because the receivers buffer is full.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

+
UCS_AMSTX_I_ERR_CRC  +

The transmission failed because of a failed CRC.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

+
UCS_AMSTX_I_ERR_ID  +

The transmission failed because of corrupted identifiers.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

+
UCS_AMSTX_I_ERR_ACK  +

The transmission failed because of corrupted PACK or CACK.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

+
UCS_AMSTX_I_ERR_TIMEOUT  +

The transmission failed because of a transmission timeout.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

+
UCS_AMSTX_I_ERR_FATAL_WT  +

The transmission failed because of destination is not available.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_INVALID_TGT.

+
UCS_AMSTX_I_ERR_FATAL_OA  +

The transmission failed because of the destination is the own node address.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_INVALID_TGT.

+
UCS_AMSTX_I_ERR_UNAVAIL_TRANS  +

The transmission canceled during the transition from network interface state "available" to "not available".

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_NOT_AVAILABLE.

+
UCS_AMSTX_I_ERR_UNAVAIL_OFF  +

The transmission failed because the network interface state is "not available".

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_NOT_AVAILABLE.

+
UCS_AMSTX_I_ERR_UNKNOWN  +

The transmission failed because of an unknown INIC error code.

+

The corresponding transmission result is UCS_AMSTX_RES_ERR_UNEXPECTED. Please check if the MNS version is compatible with the applied INIC firmware version.

+
UCS_AMSTX_I_ERR_UNSYNCED  +

The transmission failed because the communication between the EHC and the INIC is lost.

+

The reason can be a communication error between the EHC and the INIC or that the application has called Ucs_Stop().
+ The corresponding transmission result is UCS_AMSTX_RES_ERR_NOT_AVAILABLE.

+
+
+
+ +
+
+
+
+ + + + + + -- cgit 1.2.3-korg