Searched refs:AGSA_MAX_VALID_PORTS (Results 1 – 3 of 3) sorted by relevance
222 agsaPort_t ports[AGSA_MAX_VALID_PORTS]; /**< Ports */243 agsaPortMap_t PortMap[AGSA_MAX_VALID_PORTS]; /**< Port Mapping for PortContext */332 bit32 autoDeregDeviceflag[AGSA_MAX_VALID_PORTS];
36 #define AGSA_MAX_VALID_PORTS AGSA_MAX_VALID_PHYS /**< defines the maximum … macro
5047 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()5049 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()5053 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()5114 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()5116 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()5119 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()5169 SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs), in mpiGeneralEventRsp()5171 …SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ]… in mpiGeneralEventRsp()5175 if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) in mpiGeneralEventRsp()5802 if(port < AGSA_MAX_VALID_PORTS ) in mpiPortControlRsp()