staticinlinechar *mlxsw_emad_op_tlv_status_str(u8 status)
{ switch (status) { case MLXSW_EMAD_OP_TLV_STATUS_SUCCESS: return"operation performed"; case MLXSW_EMAD_OP_TLV_STATUS_BUSY: return"device is busy"; case MLXSW_EMAD_OP_TLV_STATUS_VERSION_NOT_SUPPORTED: return"version not supported"; case MLXSW_EMAD_OP_TLV_STATUS_UNKNOWN_TLV: return"unknown TLV"; case MLXSW_EMAD_OP_TLV_STATUS_REGISTER_NOT_SUPPORTED: return"register not supported"; case MLXSW_EMAD_OP_TLV_STATUS_CLASS_NOT_SUPPORTED: return"class not supported"; case MLXSW_EMAD_OP_TLV_STATUS_METHOD_NOT_SUPPORTED: return"method not supported"; case MLXSW_EMAD_OP_TLV_STATUS_BAD_PARAMETER: return"bad parameter"; case MLXSW_EMAD_OP_TLV_STATUS_RESOURCE_NOT_AVAILABLE: return"resource not available"; case MLXSW_EMAD_OP_TLV_STATUS_MESSAGE_RECEIPT_ACK: return"acknowledged. retransmit"; case MLXSW_EMAD_OP_TLV_STATUS_INTERNAL_ERROR: return"internal error"; default: return"*UNKNOWN*";
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.