Searched refs:pCmdMsg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | mbim-cm.c | 1015 static void mbim_dump_command_msg(MBIM_COMMAND_MSG_T *pCmdMsg, const char *direction) { in mbim_dump_command_msg() argument 1016 …ServiceId = %s (%s)", direction, DeviceServiceId2str(&pCmdMsg->DeviceServiceId), uuid2str(&pCmdMsg… in mbim_dump_command_msg() 1017 … mbim_debug("%s CID = %s (%u)", direction, CID2Str(le32toh(pCmdMsg->CID)), le32toh(pCmdMsg->CID)); in mbim_dump_command_msg() 1018 …("%s CommandType = %s (%u)", direction, le32toh(pCmdMsg->CommandType) ? "set" : "query", le32toh(p… in mbim_dump_command_msg() 1019 …mbim_debug("%s InformationBufferLength = %u", direction, le32toh(pCmdMsg->InformationBufferLength)… in mbim_dump_command_msg() 1195 MBIM_COMMAND_MSG_T *pCmdMsg = (MBIM_COMMAND_MSG_T *)pMsg; in mbim_dump() local 1197 mbim_dump_command_msg(pCmdMsg, direction); in mbim_dump() 1198 if (!memcmp(pCmdMsg->DeviceServiceId.uuid, str2uuid(UUID_BASIC_CONNECT), 16)) { in mbim_dump() 1199 switch (le32toh(pCmdMsg->CID)) { in mbim_dump() 1201 MBIM_SET_CONNECT_T *pInfo = (MBIM_SET_CONNECT_T *)pCmdMsg->InformationBuffer; in mbim_dump() [all …]
|