Home
last modified time | relevance | path

Searched refs:replySize (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lms/heci/
H A DFWULCommand.cpp108 UINT32 replySize = 0; in GetFWUVersionAndInfo() local
114 &readBuffer, &replySize); in GetFWUVersionAndInfo()
119 if (replySize == sizeof(FWU_GET_VERSION_MSG_REPLY)) in GetFWUVersionAndInfo()
144 &readBuffer, &replySize); in GetFWUVersionAndInfo()
149 if (replySize != sizeof(FWU_GET_INFO_MSG_REPLY)) in GetFWUVersionAndInfo()
180 else if (replySize == sizeof(FWU_GET_VERSION_MSG_REPLY_V3)) in GetFWUVersionAndInfo()
H A DMNGCommand.cpp108 UINT32 replySize = 0; in GetMEInfo() local
113 &readBuffer, &replySize); in GetMEInfo()
119 if (replySize != sizeof(MNG_GET_ME_INFORMATION_RESPONSE)) in GetMEInfo()