Primer commit del sistema avantika sin cambios
This commit is contained in:
80
empresas/15/certificados/1/facturas/xml/15__2209.xml
Executable file
80
empresas/15/certificados/1/facturas/xml/15__2209.xml
Executable file
@@ -0,0 +1,80 @@
|
||||
S_SATA_SW_PRESERVE (0x0200)
|
||||
#define MPI2_SAS_DEVICE0_FLAGS_UNSUPPORTED_DEVICE (0x0100)
|
||||
#define MPI2_SAS_DEVICE0_FLAGS_SATA_48BIT_LBA_SUPPORTED (0x0080)
|
||||
#define MPI2_SAS_DEVICE0_FLAGS_SATA_SMART_SUPPORTED (0x0040)
|
||||
#define MPI2_SAS_DEVICE0_FLAGS_SATA_NCQ_SUPPORTED (0x0020)
|
||||
#define MPI2_SAS_DEVICE0_FLAGS_SATA_FUA_SUPPORTED (0x0010)
|
||||
#define MPI2_SAS_DEVICE0_FLAGS_PORT_SELECTOR_ATTACH (0x0008)
|
||||
#define MPI2_SAS_DEVICE0_FLAGS_DEVICE_PRESENT (0x0001)
|
||||
|
||||
|
||||
/* SAS Device Page 1 */
|
||||
|
||||
typedef struct _MPI2_CONFIG_PAGE_SAS_DEV_1
|
||||
{
|
||||
MPI2_CONFIG_EXTENDED_PAGE_HEADER Header; /* 0x00 */
|
||||
U32 Reserved1; /* 0x08 */
|
||||
U64 SASAddress; /* 0x0C */
|
||||
U32 Reserved2; /* 0x14 */
|
||||
U16 DevHandle; /* 0x18 */
|
||||
U16 Reserved3; /* 0x1A */
|
||||
U8 InitialRegDeviceFIS[20];/* 0x1C */
|
||||
} MPI2_CONFIG_PAGE_SAS_DEV_1, MPI2_POINTER PTR_MPI2_CONFIG_PAGE_SAS_DEV_1,
|
||||
Mpi2SasDevicePage1_t, MPI2_POINTER pMpi2SasDevicePage1_t;
|
||||
|
||||
#define MPI2_SASDEVICE1_PAGEVERSION (0x01)
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
* SAS PHY Config Pages
|
||||
****************************************************************************/
|
||||
|
||||
/* SAS PHY Page 0 */
|
||||
|
||||
typedef struct _MPI2_CONFIG_PAGE_SAS_PHY_0
|
||||
{
|
||||
MPI2_CONFIG_EXTENDED_PAGE_HEADER Header; /* 0x00 */
|
||||
U16 OwnerDevHandle; /* 0x08 */
|
||||
U16 Reserved1; /* 0x0A */
|
||||
U16 AttachedDevHandle; /* 0x0C */
|
||||
U8 AttachedPhyIdentifier; /* 0x0E */
|
||||
U8 Reserved2; /* 0x0F */
|
||||
U32 AttachedPhyInfo; /* 0x10 */
|
||||
U8 ProgrammedLinkRate; /* 0x14 */
|
||||
U8 HwLinkRate; /* 0x15 */
|
||||
U8 ChangeCount; /* 0x16 */
|
||||
U8 Flags; /* 0x17 */
|
||||
U32 PhyInfo; /* 0x18 */
|
||||
U8 NegotiatedLinkRate; /* 0x1C */
|
||||
U8 Reserved3; /* 0x1D */
|
||||
U16 Reserved4; /* 0x1E */
|
||||
} MPI2_CONFIG_PAGE_SAS_PHY_0, MPI2_POINTER PTR_MPI2_CONFIG_PAGE_SAS_PHY_0,
|
||||
Mpi2SasPhyPage0_t, MPI2_POINTER pMpi2SasPhyPage0_t;
|
||||
|
||||
#define MPI2_SASPHY0_PAGEVERSION (0x03)
|
||||
|
||||
/* use MPI2_SAS_APHYINFO_ defines for AttachedPhyInfo field */
|
||||
|
||||
/* use MPI2_SAS_PRATE_ defines for the ProgrammedLinkRate field */
|
||||
|
||||
/* use MPI2_SAS_HWRATE_ defines for the HwLinkRate field */
|
||||
|
||||
/* values for SAS PHY Page 0 Flags field */
|
||||
#define MPI2_SAS_PHY0_FLAGS_SGPIO_DIRECT_ATTACH_ENC (0x01)
|
||||
|
||||
/* use MPI2_SAS_PHYINFO_ for the PhyInfo field */
|
||||
|
||||
/* use MPI2_SAS_NEG_LINK_RATE_ defines for the NegotiatedLinkRate field */
|
||||
|
||||
|
||||
/* SAS PHY Page 1 */
|
||||
|
||||
typedef struct _MPI2_CONFIG_PAGE_SAS_PHY_1
|
||||
{
|
||||
MPI2_CONFIG_EXTENDED_PAGE_HEADER Header; /* 0x00 */
|
||||
U32 Reserved1; /* 0x08 */
|
||||
U32 InvalidDwordCount; /* 0x0C */
|
||||
U32 RunningDisparityErrorCount; /* 0x10 */
|
||||
U32 LossDwordSynchCount; /* 0x14 */
|
||||
U32 PhyResetProblemCount; /* 0x18 */
|
||||
} MPI2_CO
|
||||
Reference in New Issue
Block a user