AGSA_MAX_VALID_PHYS
bit8 sasHwEventQueue[AGSA_MAX_VALID_PHYS];
bit8 sataNCQErrorEventQueue[AGSA_MAX_VALID_PHYS];
bit8 tgtITNexusEventQueue[AGSA_MAX_VALID_PHYS];
bit8 tgtSSPEventQueue[AGSA_MAX_VALID_PHYS];
bit8 tgtSMPEventQueue[AGSA_MAX_VALID_PHYS];
#define AGSA_MAX_VALID_PORTS AGSA_MAX_VALID_PHYS /**< defines the maximum number of ports */
#define SMP_RESPONSE_FRAMES AGSA_MAX_VALID_PHYS /**< SMP Response Frame Buffer */
bit8 phycount = AGSA_MAX_VALID_PHYS;
agsaPhy_t phys[AGSA_MAX_VALID_PHYS]; /**< Phys */
bit32 phyMap[AGSA_MAX_VALID_PHYS]; /**< Boolean arrar: the Phys included in the port. */