Searched refs:usMbSlaveInfoCount (Results 1 – 2 of 2) sorted by relevance
117 xMbPortConfig.usMbSlaveInfoCount = 0; in xMBMasterTCPPortInit()154 for (xIndex = 0; xIndex < xMbPortConfig.usMbSlaveInfoCount; xIndex++) { in vMBTCPPortMasterFindSlaveInfo()678 …if (xSlaveAddrInfo.pcIPAddr == NULL && xMbPortConfig.usMbSlaveInfoCount && xSlaveAddrInfo.usIndex … in vMBTCPPortMasterTask()681 if (xMbPortConfig.usMbSlaveInfoCount > MB_TCP_PORT_MAX_CONN) { in vMBTCPPortMasterTask()688 xMbPortConfig.usMbSlaveInfoCount); in vMBTCPPortMasterTask()695 xMbPortConfig.usMbSlaveInfoCount); in vMBTCPPortMasterTask()708 pxInfo->usTidCnt = (USHORT)(xMbPortConfig.usMbSlaveInfoCount << 8U); in vMBTCPPortMasterTask()710 xMbPortConfig.pxMbSlaveInfo[xMbPortConfig.usMbSlaveInfoCount++] = pxInfo; in vMBTCPPortMasterTask()722 while(usSlaveConnCnt < xMbPortConfig.usMbSlaveInfoCount) { in vMBTCPPortMasterTask()732 if (xMbPortConfig.usMbSlaveInfoCount) { in vMBTCPPortMasterTask()
84 USHORT usMbSlaveInfoCount; /*!< Master count of connected slaves */ member