#ifndef _3W_SAS_H
#define _3W_SAS_H
static char *twl_aen_severity_table[] = …;
#define TWL_STATUS …
#define TWL_HIBDB …
#define TWL_HISTAT …
#define TWL_HIMASK …
#define TWL_HOBDB …
#define TWL_HOBDBC …
#define TWL_SCRPD3 …
#define TWL_HIBQPL …
#define TWL_HIBQPH …
#define TWL_HOBQPL …
#define TWL_HOBQPH …
#define TWL_HISTATUS_VALID_INTERRUPT …
#define TWL_HISTATUS_ATTENTION_INTERRUPT …
#define TWL_HISTATUS_RESPONSE_INTERRUPT …
#define TWL_STATUS_OVERRUN_SUBMIT …
#define TWL_ISSUE_SOFT_RESET …
#define TWL_CONTROLLER_READY …
#define TWL_DOORBELL_CONTROLLER_ERROR …
#define TWL_DOORBELL_ATTENTION_INTERRUPT …
#define TWL_PULL_MODE …
#define TW_OP_INIT_CONNECTION …
#define TW_OP_GET_PARAM …
#define TW_OP_SET_PARAM …
#define TW_OP_EXECUTE_SCSI …
#define TW_AEN_QUEUE_EMPTY …
#define TW_AEN_SOFT_RESET …
#define TW_AEN_SYNC_TIME_WITH_HOST …
#define TW_AEN_SEVERITY_ERROR …
#define TW_AEN_SEVERITY_DEBUG …
#define TW_AEN_NOT_RETRIEVED …
#define TW_S_INITIAL …
#define TW_S_STARTED …
#define TW_S_POSTED …
#define TW_S_COMPLETED …
#define TW_S_FINISHED …
#define TW_9750_ARCH_ID …
#define TW_CURRENT_DRIVER_SRL …
#define TW_CURRENT_DRIVER_BUILD …
#define TW_CURRENT_DRIVER_BRANCH …
#define TW_SECTOR_SIZE …
#define TW_MAX_UNITS …
#define TW_INIT_MESSAGE_CREDITS …
#define TW_INIT_COMMAND_PACKET_SIZE …
#define TW_INIT_COMMAND_PACKET_SIZE_EXTENDED …
#define TW_EXTENDED_INIT_CONNECT …
#define TW_BASE_FW_SRL …
#define TW_BASE_FW_BRANCH …
#define TW_BASE_FW_BUILD …
#define TW_Q_LENGTH …
#define TW_Q_START …
#define TW_MAX_SLOT …
#define TW_MAX_RESET_TRIES …
#define TW_MAX_CMDS_PER_LUN …
#define TW_MAX_AEN_DRAIN …
#define TW_IN_RESET …
#define TW_USING_MSI …
#define TW_IN_ATTENTION_LOOP …
#define TW_MAX_SECTORS …
#define TW_MAX_CDB_LEN …
#define TW_IOCTL_CHRDEV_TIMEOUT …
#define TW_IOCTL_CHRDEV_FREE …
#define TW_COMMAND_OFFSET …
#define TW_VERSION_TABLE …
#define TW_TIMEKEEP_TABLE …
#define TW_INFORMATION_TABLE …
#define TW_PARAM_FWVER …
#define TW_PARAM_FWVER_LENGTH …
#define TW_PARAM_BIOSVER …
#define TW_PARAM_BIOSVER_LENGTH …
#define TW_PARAM_MODEL …
#define TW_PARAM_MODEL_LENGTH …
#define TW_PARAM_PHY_SUMMARY_TABLE …
#define TW_PARAM_PHYCOUNT …
#define TW_PARAM_PHYCOUNT_LENGTH …
#define TW_IOCTL_FIRMWARE_PASS_THROUGH …
#define TW_ALLOCATION_LENGTH …
#define TW_SENSE_DATA_LENGTH …
#define TW_ERROR_LOGICAL_UNIT_NOT_SUPPORTED …
#define TW_ERROR_INVALID_FIELD_IN_CDB …
#define TW_ERROR_UNIT_OFFLINE …
#define TW_MESSAGE_SOURCE_CONTROLLER_ERROR …
#define TW_MESSAGE_SOURCE_CONTROLLER_EVENT …
#define TW_DRIVER …
#ifndef PCI_DEVICE_ID_3WARE_9750
#define PCI_DEVICE_ID_3WARE_9750 …
#endif
#define TW_OPRES_IN(x,y) …
#define TW_OP_OUT(x) …
#define TW_OPSGL_IN(x,y) …
#define TW_SGL_OUT(x) …
#define TW_SEV_OUT(x) …
#define TW_RESID_OUT(x) …
#define TW_NOTMFA_OUT(x) …
#define TW_REQ_LUN_IN(lun, request_id) …
#define TW_LUN_OUT(lun) …
#define TWL_STATUS_REG_ADDR(x) …
#define TWL_HOBQPL_REG_ADDR(x) …
#define TWL_HOBQPH_REG_ADDR(x) …
#define TWL_HOBDB_REG_ADDR(x) …
#define TWL_HOBDBC_REG_ADDR(x) …
#define TWL_HIMASK_REG_ADDR(x) …
#define TWL_HISTAT_REG_ADDR(x) …
#define TWL_HIBQPH_REG_ADDR(x) …
#define TWL_HIBQPL_REG_ADDR(x) …
#define TWL_HIBDB_REG_ADDR(x) …
#define TWL_SCRPD3_REG_ADDR(x) …
#define TWL_MASK_INTERRUPTS(x) …
#define TWL_UNMASK_INTERRUPTS(x) …
#define TWL_CLEAR_DB_INTERRUPT(x) …
#define TWL_SOFT_RESET(x) …
#define TW_PRINTK(h,a,b,c) …
#define TW_MAX_LUNS …
#define TW_COMMAND_SIZE …
#define TW_LIBERATOR_MAX_SGL_LENGTH …
#define TW_LIBERATOR_MAX_SGL_LENGTH_OLD …
#define TW_PADDING_LENGTH_LIBERATOR …
#define TW_PADDING_LENGTH_LIBERATOR_OLD …
#define TW_CPU_TO_SGL(x) …
#pragma pack(1)
TW_SG_Entry_ISO;
TW_Command;
TW_Command_Apache;
TW_Command_Apache_Header;
TW_Command_Full;
TW_Initconnect;
TW_Event;
TW_Ioctl_Driver_Command;
TW_Ioctl_Buf_Apache;
TW_Param_Apache;
TW_Compatibility_Info;
#pragma pack()
TW_Device_Extension;
#endif