Lines Matching refs:grecvp
1030 MBGameInfoRecvList *grecvp = &mbrsp->list[index]; in MBi_CheckSeqNoVolat() local
1067 MBGameInfoRecvList *grecvp = &mbrsp->list[index]; in MBi_RecvFixedBeacon() local
1068 u32 lastAddr = (u32)&grecvp->gameInfo + sizeof(MBGameInfoFixed); in MBi_RecvFixedBeacon()
1072 if (grecvp->gameInfo.seqNoFixed == brecvBuffp->seqNoFixed) in MBi_RecvFixedBeacon()
1074 if (grecvp->getFragmentFlag & (0x01 << brecvBuffp->data.fixed.fragmentNo)) in MBi_RecvFixedBeacon()
1083 dstp = (u8 *)&grecvp->gameInfo.fixed; in MBi_RecvFixedBeacon()
1087 dstp = (u8 *)&grecvp->gameInfo.fixed.parent; in MBi_RecvFixedBeacon()
1102 grecvp->gameInfo.dataAttr = brecvBuffp->dataAttr; in MBi_RecvFixedBeacon()
1103 grecvp->getFragmentFlag |= 0x01 << brecvBuffp->data.fixed.fragmentNo; in MBi_RecvFixedBeacon()
1104 grecvp->allFragmentFlag = (u32)((0x01 << brecvBuffp->data.fixed.fragmentMaxNum) - 1); in MBi_RecvFixedBeacon()
1106 grecvp->getFragmentFlag, grecvp->allFragmentFlag); in MBi_RecvFixedBeacon()
1114 MBGameInfoRecvList *grecvp = &mbrsp->list[index]; in MBi_RecvVolatBeacon() local
1119 grecvp->gameInfo.volat.userVolatData[i] = brecvBuffp->data.volat.userVolatData[i]; in MBi_RecvVolatBeacon()
1121 MI_CpuCopy16(brecvBuffp, &grecvp->bssDesc.gameInfo.userGameInfo, WM_SIZE_USER_GAMEINFO); in MBi_RecvVolatBeacon()
1124 if (grecvp->gameInfo.seqNoVolat != brecvBuffp->seqNoVolat) in MBi_RecvVolatBeacon()
1126 if ((u8)(grecvp->gameInfo.seqNoVolat + 1) == brecvBuffp->seqNoVolat) in MBi_RecvVolatBeacon()
1132 MI_CpuClear16(&grecvp->gameInfo.volat.member[i], sizeof(MBUserInfo)); in MBi_RecvVolatBeacon()
1135 grecvp->getPlayerFlag &= ~brecvBuffp->data.volat.changePlayerFlag; in MBi_RecvVolatBeacon()
1140 MI_CpuClear16(&grecvp->gameInfo.volat.member[0], in MBi_RecvVolatBeacon()
1142 grecvp->getPlayerFlag = 0; in MBi_RecvVolatBeacon()
1145 grecvp->gameInfo.seqNoVolat = brecvBuffp->seqNoVolat; in MBi_RecvVolatBeacon()
1147 else if (grecvp->getPlayerFlag == brecvBuffp->data.volat.nowPlayerFlag) in MBi_RecvVolatBeacon()
1153 grecvp->gameInfo.volat.nowPlayerNum = brecvBuffp->data.volat.nowPlayerNum; in MBi_RecvVolatBeacon()
1154 grecvp->gameInfo.volat.nowPlayerFlag = brecvBuffp->data.volat.nowPlayerFlag; in MBi_RecvVolatBeacon()
1155 grecvp->gameInfo.volat.changePlayerFlag = brecvBuffp->data.volat.changePlayerFlag; in MBi_RecvVolatBeacon()
1156 grecvp->getPlayerFlag |= 0x0001; in MBi_RecvVolatBeacon()
1168 &grecvp->gameInfo.volat.member[playerNo - 1], sizeof(MBUserInfo)); in MBi_RecvVolatBeacon()
1169 grecvp->getPlayerFlag |= 0x01 << playerNo; in MBi_RecvVolatBeacon()