linux/drivers/scsi/isci/scu_event_codes.h

/*
 * This file is provided under a dual BSD/GPLv2 license.  When using or
 * redistributing this file, you may do so under either license.
 *
 * GPL LICENSE SUMMARY
 *
 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of version 2 of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
 * The full GNU General Public License is included in this distribution
 * in the file called LICENSE.GPL.
 *
 * BSD LICENSE
 *
 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 *   * Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 *   * Redistributions in binary form must reproduce the above copyright
 *     notice, this list of conditions and the following disclaimer in
 *     the documentation and/or other materials provided with the
 *     distribution.
 *   * Neither the name of Intel Corporation nor the names of its
 *     contributors may be used to endorse or promote products derived
 *     from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

#ifndef __SCU_EVENT_CODES_HEADER__
#define __SCU_EVENT_CODES_HEADER__

/**
 * This file contains the constants and macros for the SCU event codes.
 *
 *
 */

#define SCU_EVENT_TYPE_CODE_SHIFT
#define SCU_EVENT_TYPE_CODE_MASK

#define SCU_EVENT_SPECIFIC_CODE_SHIFT
#define SCU_EVENT_SPECIFIC_CODE_MASK

#define SCU_EVENT_CODE_MASK

/**
 * SCU_EVENT_TYPE() -
 *
 * This macro constructs an SCU event type from the type value.
 */
#define SCU_EVENT_TYPE(type)

/**
 * SCU_EVENT_SPECIFIC() -
 *
 * This macro constructs an SCU event specifier from the code value.
 */
#define SCU_EVENT_SPECIFIC(code)

/**
 * SCU_EVENT_MESSAGE() -
 *
 * This macro constructs a combines an SCU event type and SCU event specifier
 * from the type and code values.
 */
#define SCU_EVENT_MESSAGE(type, code)

/**
 * SCU_EVENT_TYPE() -
 *
 * SCU_EVENT_TYPES
 */
#define SCU_EVENT_TYPE_SMU_COMMAND_ERROR
#define SCU_EVENT_TYPE_SMU_PCQ_ERROR
#define SCU_EVENT_TYPE_SMU_ERROR
#define SCU_EVENT_TYPE_TRANSPORT_ERROR
#define SCU_EVENT_TYPE_BROADCAST_CHANGE
#define SCU_EVENT_TYPE_OSSP_EVENT
#define SCU_EVENT_TYPE_FATAL_MEMORY_ERROR
#define SCU_EVENT_TYPE_RNC_SUSPEND_TX
#define SCU_EVENT_TYPE_RNC_SUSPEND_TX_RX
#define SCU_EVENT_TYPE_RNC_OPS_MISC
#define SCU_EVENT_TYPE_PTX_SCHEDULE_EVENT
#define SCU_EVENT_TYPE_ERR_CNT_EVENT

/**
 *
 *
 * SCU_EVENT_SPECIFIERS
 */
#define SCU_EVENT_SPECIFIER_DRIVER_SUSPEND
#define SCU_EVENT_SPECIFIER_RNC_RELEASE

/**
 *
 *
 * SMU_COMMAND_EVENTS
 */
#define SCU_EVENT_INVALID_CONTEXT_COMMAND

/**
 *
 *
 * SMU_PCQ_EVENTS
 */
#define SCU_EVENT_UNCORRECTABLE_PCQ_ERROR

/**
 *
 *
 * SMU_EVENTS
 */
#define SCU_EVENT_UNCORRECTABLE_REGISTER_WRITE
#define SCU_EVENT_UNCORRECTABLE_REGISTER_READ
#define SCU_EVENT_PCIE_INTERFACE_ERROR
#define SCU_EVENT_FUNCTION_LEVEL_RESET

/**
 *
 *
 * TRANSPORT_LEVEL_ERRORS
 */
#define SCU_EVENT_ACK_NAK_TIMEOUT_ERROR

/**
 *
 *
 * BROADCAST_CHANGE_EVENTS
 */
#define SCU_EVENT_BROADCAST_CHANGE
#define SCU_EVENT_BROADCAST_RESERVED0
#define SCU_EVENT_BROADCAST_RESERVED1
#define SCU_EVENT_BROADCAST_SES
#define SCU_EVENT_BROADCAST_EXPANDER
#define SCU_EVENT_BROADCAST_AEN
#define SCU_EVENT_BROADCAST_RESERVED3
#define SCU_EVENT_BROADCAST_RESERVED4
#define SCU_EVENT_PE_SUSPENDED

/**
 *
 *
 * OSSP_EVENTS
 */
#define SCU_EVENT_PORT_SELECTOR_DETECTED
#define SCU_EVENT_SENT_PORT_SELECTION
#define SCU_EVENT_HARD_RESET_TRANSMITTED
#define SCU_EVENT_HARD_RESET_RECEIVED
#define SCU_EVENT_RECEIVED_IDENTIFY_TIMEOUT
#define SCU_EVENT_LINK_FAILURE
#define SCU_EVENT_SATA_SPINUP_HOLD
#define SCU_EVENT_SAS_15_SSC
#define SCU_EVENT_SAS_15
#define SCU_EVENT_SAS_30_SSC
#define SCU_EVENT_SAS_30
#define SCU_EVENT_SAS_60_SSC
#define SCU_EVENT_SAS_60
#define SCU_EVENT_SATA_15_SSC
#define SCU_EVENT_SATA_15
#define SCU_EVENT_SATA_30_SSC
#define SCU_EVENT_SATA_30
#define SCU_EVENT_SATA_60_SSC
#define SCU_EVENT_SATA_60
#define SCU_EVENT_SAS_PHY_DETECTED
#define SCU_EVENT_SATA_PHY_DETECTED

/**
 *
 *
 * FATAL_INTERNAL_MEMORY_ERROR_EVENTS
 */
#define SCU_EVENT_TSC_RNSC_UNCORRECTABLE_ERROR
#define SCU_EVENT_TC_RNC_UNCORRECTABLE_ERROR
#define SCU_EVENT_ZPT_UNCORRECTABLE_ERROR

/**
 *
 *
 * REMOTE_NODE_SUSPEND_EVENTS
 */
#define SCU_EVENT_TL_RNC_SUSPEND_TX
#define SCU_EVENT_TL_RNC_SUSPEND_TX_RX
#define SCU_EVENT_DRIVER_POST_RNC_SUSPEND_TX
#define SCU_EVENT_DRIVER_POST_RNC_SUSPEND_TX_RX

/**
 *
 *
 * REMOTE_NODE_MISC_EVENTS
 */
#define SCU_EVENT_POST_RCN_RELEASE
#define SCU_EVENT_POST_IT_NEXUS_LOSS_TIMER_ENABLE
#define SCU_EVENT_POST_IT_NEXUS_LOSS_TIMER_DISABLE
#define SCU_EVENT_POST_RNC_COMPLETE
#define SCU_EVENT_POST_RNC_INVALIDATE_COMPLETE

/**
 *
 *
 * ERROR_COUNT_EVENT
 */
#define SCU_EVENT_RX_CREDIT_BLOCKED_RECEIVED
#define SCU_EVENT_TX_DONE_CREDIT_TIMEOUT
#define SCU_EVENT_RX_DONE_CREDIT_TIMEOUT

/**
 * scu_get_event_type() -
 *
 * This macro returns the SCU event type from the event code.
 */
#define scu_get_event_type(event_code)

/**
 * scu_get_event_specifier() -
 *
 * This macro returns the SCU event specifier from the event code.
 */
#define scu_get_event_specifier(event_code)

/**
 * scu_get_event_code() -
 *
 * This macro returns the combined SCU event type and SCU event specifier from
 * the event code.
 */
#define scu_get_event_code(event_code)


/**
 *
 *
 * PTS_SCHEDULE_EVENT
 */
#define SCU_EVENT_SMP_RESPONSE_NO_PE
#define SCU_EVENT_SPECIFIC_SMP_RESPONSE_NO_PE

#define SCU_EVENT_TASK_TIMEOUT
#define SCU_EVENT_SPECIFIC_TASK_TIMEOUT

#define SCU_EVENT_IT_NEXUS_TIMEOUT
#define SCU_EVENT_SPECIFIC_IT_NEXUS_TIMEOUT


#endif /* __SCU_EVENT_CODES_HEADER__ */