Lines Matching refs:pMUXMsg
28 pMUXMsg = &pResponse->MUXMsg; \
29 …if (le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult) || le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXErr…
30 USHORT QMUXError = le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXError); \
32 le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult), QMUXError); \
43 pMUXMsg = &pResponse->MUXMsg; \
44 …if (le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult) || le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXErr…
45 USHORT QMUXError = le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXError); \
47 le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult), QMUXError); \
64 typedef USHORT (*CUSTOMQMUX)(PQMUX_MSG pMUXMsg, void *arg);
128 static USHORT NasSetEventReportReq(PQMUX_MSG pMUXMsg, void *arg) {
129 pMUXMsg->SetEventReportReq.TLVType = 0x10;
130 pMUXMsg->SetEventReportReq.TLVLength = 0x04;
131 pMUXMsg->SetEventReportReq.ReportSigStrength = 0x00;
132 pMUXMsg->SetEventReportReq.NumTresholds = 2;
133 pMUXMsg->SetEventReportReq.TresholdList[0] = -113;
134 pMUXMsg->SetEventReportReq.TresholdList[1] = -50;
138 static USHORT WdsSetEventReportReq(PQMUX_MSG pMUXMsg, void *arg) {
139 pMUXMsg->EventReportReq.TLVType = 0x10; // 0x10 -- current channel rate indicator
140 pMUXMsg->EventReportReq.TLVLength = 0x0001; // 1
141 pMUXMsg->EventReportReq.Mode = 0x00; // 0-do not report; 1-report when rate changes
143 pMUXMsg->EventReportReq.TLV2Type = 0x11; // 0x11
144 pMUXMsg->EventReportReq.TLV2Length = 0x0005; // 5
145 pMUXMsg->EventReportReq.StatsPeriod = 0x00; // seconds between reports; 0-do not report
146 pMUXMsg->EventReportReq.StatsMask = 0x000000ff; //
148 pMUXMsg->EventReportReq.TLV3Type = 0x12; // 0x12 -- current data bearer indicator
149 pMUXMsg->EventReportReq.TLV3Length = 0x0001; // 1
150 pMUXMsg->EventReportReq.Mode3 = 0x01; // 0-do not report; 1-report when changes
152 pMUXMsg->EventReportReq.TLV4Type = 0x13; // 0x13 -- dormancy status indicator
153 pMUXMsg->EventReportReq.TLV4Length = 0x0001; // 1
154 pMUXMsg->EventReportReq.DormancyStatus = 0x00; // 0-do not report; 1-report when changes
158 static USHORT DmsSetEventReportReq(PQMUX_MSG pMUXMsg) {
159 PPIN_STATUS pPinState = (PPIN_STATUS)(&pMUXMsg->DmsSetEventReportReq + 1);
173 static USHORT WdsStartNwInterfaceReq(PQMUX_MSG pMUXMsg, void *arg) { in WdsStartNwInterfaceReq() argument
193 pTLV = (UCHAR *)(&pMUXMsg->StartNwInterfaceReq + 1); in WdsStartNwInterfaceReq()
194 pMUXMsg->StartNwInterfaceReq.Length = 0; in WdsStartNwInterfaceReq()
265 static USHORT WdsStopNwInterfaceReq(PQMUX_MSG pMUXMsg, void *arg) { in WdsStopNwInterfaceReq() argument
266 pMUXMsg->StopNwInterfaceReq.TLVType = 0x01; in WdsStopNwInterfaceReq()
267 pMUXMsg->StopNwInterfaceReq.TLVLength = cpu_to_le16(0x04); in WdsStopNwInterfaceReq()
269 pMUXMsg->StopNwInterfaceReq.Handle = cpu_to_le32(WdsConnectionIPv4Handle); in WdsStopNwInterfaceReq()
271 pMUXMsg->StopNwInterfaceReq.Handle = cpu_to_le32(WdsConnectionIPv6Handle); in WdsStopNwInterfaceReq()
275 static USHORT WdsSetClientIPFamilyPref(PQMUX_MSG pMUXMsg, void *arg) { in WdsSetClientIPFamilyPref() argument
276 pMUXMsg->SetClientIpFamilyPrefReq.TLVType = 0x01; in WdsSetClientIPFamilyPref()
277 pMUXMsg->SetClientIpFamilyPrefReq.TLVLength = cpu_to_le16(0x01); in WdsSetClientIPFamilyPref()
278 pMUXMsg->SetClientIpFamilyPrefReq.IpPreference = *((UCHAR *)arg); in WdsSetClientIPFamilyPref()
282 static USHORT WdsSetAutoConnect(PQMUX_MSG pMUXMsg, void *arg) { in WdsSetAutoConnect() argument
283 pMUXMsg->SetAutoConnectReq.TLVType = 0x01; in WdsSetAutoConnect()
284 pMUXMsg->SetAutoConnectReq.TLVLength = cpu_to_le16(0x01); in WdsSetAutoConnect()
285 pMUXMsg->SetAutoConnectReq.autoconnect_setting = *((UCHAR *)arg); in WdsSetAutoConnect()
298 static USHORT WdsSetQMUXBindMuxDataPort(PQMUX_MSG pMUXMsg, void *arg) { in WdsSetQMUXBindMuxDataPort() argument
301 pMUXMsg->BindMuxDataPortReq.TLVType = 0x10; in WdsSetQMUXBindMuxDataPort()
302 pMUXMsg->BindMuxDataPortReq.TLVLength = cpu_to_le16(0x08); in WdsSetQMUXBindMuxDataPort()
303 pMUXMsg->BindMuxDataPortReq.ep_type = cpu_to_le32(qmap_settings->ep_type); in WdsSetQMUXBindMuxDataPort()
304 pMUXMsg->BindMuxDataPortReq.iface_id = cpu_to_le32(qmap_settings->iface_id); in WdsSetQMUXBindMuxDataPort()
305 pMUXMsg->BindMuxDataPortReq.TLV2Type = 0x11; in WdsSetQMUXBindMuxDataPort()
306 pMUXMsg->BindMuxDataPortReq.TLV2Length = cpu_to_le16(0x01); in WdsSetQMUXBindMuxDataPort()
307 pMUXMsg->BindMuxDataPortReq.MuxId = qmap_settings->MuxId; in WdsSetQMUXBindMuxDataPort()
308 pMUXMsg->BindMuxDataPortReq.TLV3Type = 0x13; in WdsSetQMUXBindMuxDataPort()
309 pMUXMsg->BindMuxDataPortReq.TLV3Length = cpu_to_le16(0x04); in WdsSetQMUXBindMuxDataPort()
310 pMUXMsg->BindMuxDataPortReq.client_type = cpu_to_le32(1); //WDS_CLIENT_TYPE_TETHERED in WdsSetQMUXBindMuxDataPort()
316 static USHORT WdaSetDataFormat(PQMUX_MSG pMUXMsg, void *arg) { in WdaSetDataFormat() argument
324 pWdsAdminQosTlv = (PQMIWDS_ADMIN_SET_DATA_FORMAT_TLV_QOS)(&pMUXMsg->QMUXMsgHdr + 1); in WdaSetDataFormat()
346 pMUXMsg->SetDataFormatReq.QosDataFormatTlv.TLVType = 0x10; in WdaSetDataFormat()
347 pMUXMsg->SetDataFormatReq.QosDataFormatTlv.TLVLength = cpu_to_le16(0x0001); in WdaSetDataFormat()
348 pMUXMsg->SetDataFormatReq.QosDataFormatTlv.QOSSetting = 0; /* no-QOS header */ in WdaSetDataFormat()
351 pMUXMsg->SetDataFormatReq.UnderlyingLinkLayerProtocolTlv.TLVType = 0x11; in WdaSetDataFormat()
352 pMUXMsg->SetDataFormatReq.UnderlyingLinkLayerProtocolTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()
353 …pMUXMsg->SetDataFormatReq.UnderlyingLinkLayerProtocolTlv.Value = cpu_to_le32(0x02); /* Set IP … in WdaSetDataFormat()
356 pMUXMsg->SetDataFormatReq.UplinkDataAggregationProtocolTlv.TLVType = 0x12; in WdaSetDataFormat()
357 pMUXMsg->SetDataFormatReq.UplinkDataAggregationProtocolTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()
358 …pMUXMsg->SetDataFormatReq.UplinkDataAggregationProtocolTlv.Value = cpu_to_le32(qmap_version); //UL… in WdaSetDataFormat()
361 pMUXMsg->SetDataFormatReq.DownlinkDataAggregationProtocolTlv.TLVType = 0x13; in WdaSetDataFormat()
362 pMUXMsg->SetDataFormatReq.DownlinkDataAggregationProtocolTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()
363 …pMUXMsg->SetDataFormatReq.DownlinkDataAggregationProtocolTlv.Value = cpu_to_le32(qmap_version); //… in WdaSetDataFormat()
366 pMUXMsg->SetDataFormatReq.DownlinkDataAggregationMaxDatagramsTlv.TLVType = 0x15; in WdaSetDataFormat()
367 pMUXMsg->SetDataFormatReq.DownlinkDataAggregationMaxDatagramsTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()
368 …pMUXMsg->SetDataFormatReq.DownlinkDataAggregationMaxDatagramsTlv.Value = cpu_to_le32(qmap_settings… in WdaSetDataFormat()
371 pMUXMsg->SetDataFormatReq.DownlinkDataAggregationMaxSizeTlv.TLVType = 0x16; in WdaSetDataFormat()
372 pMUXMsg->SetDataFormatReq.DownlinkDataAggregationMaxSizeTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()
373 …pMUXMsg->SetDataFormatReq.DownlinkDataAggregationMaxSizeTlv.Value = cpu_to_le32(qmap_settings->rx_… in WdaSetDataFormat()
376 pMUXMsg->SetDataFormatReq.epTlv.TLVType = 0x17; in WdaSetDataFormat()
377 pMUXMsg->SetDataFormatReq.epTlv.TLVLength = cpu_to_le16(8); in WdaSetDataFormat()
378 pMUXMsg->SetDataFormatReq.epTlv.ep_type = cpu_to_le32(qmap_settings->ep_type); in WdaSetDataFormat()
379 pMUXMsg->SetDataFormatReq.epTlv.iface_id = cpu_to_le32(qmap_settings->iface_id); in WdaSetDataFormat()
387 pMUXMsg->SetDataFormatReq.DlMinimumPassingTlv.TLVType = 0x19; in WdaSetDataFormat()
388 pMUXMsg->SetDataFormatReq.DlMinimumPassingTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()
389 …pMUXMsg->SetDataFormatReq.DlMinimumPassingTlv.Value = cpu_to_le32(qmap_settings->dl_minimum_paddin… in WdaSetDataFormat()
392 pMUXMsg->SetDataFormatReq.UplinkDataAggregationMaxDatagramsTlv.TLVType = 0x1B; in WdaSetDataFormat()
393 pMUXMsg->SetDataFormatReq.UplinkDataAggregationMaxDatagramsTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()
394 …pMUXMsg->SetDataFormatReq.UplinkDataAggregationMaxDatagramsTlv.Value = cpu_to_le32(qmap_settings->… in WdaSetDataFormat()
397 pMUXMsg->SetDataFormatReq.UplinkDataAggregationMaxSizeTlv.TLVType = 0x1C; in WdaSetDataFormat()
398 pMUXMsg->SetDataFormatReq.UplinkDataAggregationMaxSizeTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()
399 …pMUXMsg->SetDataFormatReq.UplinkDataAggregationMaxSizeTlv.Value = cpu_to_le32(qmap_settings->ul_da… in WdaSetDataFormat()
407 static USHORT DmsUIMVerifyPinReqSend(PQMUX_MSG pMUXMsg, void *arg) { in DmsUIMVerifyPinReqSend() argument
408 pMUXMsg->UIMVerifyPinReq.TLVType = 0x01; in DmsUIMVerifyPinReqSend()
409 pMUXMsg->UIMVerifyPinReq.PINID = 0x01; //Pin1, not Puk in DmsUIMVerifyPinReqSend()
410 pMUXMsg->UIMVerifyPinReq.PINLen = strlen((const char *)arg); in DmsUIMVerifyPinReqSend()
411 qstrcpy((PCHAR)&pMUXMsg->UIMVerifyPinReq.PINValue, ((const char *)arg)); in DmsUIMVerifyPinReqSend()
412 pMUXMsg->UIMVerifyPinReq.TLVLength = cpu_to_le16(2 + strlen((const char *)arg)); in DmsUIMVerifyPinReqSend()
416 static USHORT UimVerifyPinReqSend(PQMUX_MSG pMUXMsg, void *arg) in UimVerifyPinReqSend() argument
418 pMUXMsg->UIMUIMVerifyPinReq.TLVType = 0x01; in UimVerifyPinReqSend()
419 pMUXMsg->UIMUIMVerifyPinReq.TLVLength = cpu_to_le16(0x02); in UimVerifyPinReqSend()
420 pMUXMsg->UIMUIMVerifyPinReq.Session_Type = 0x00; in UimVerifyPinReqSend()
421 pMUXMsg->UIMUIMVerifyPinReq.Aid_Len = 0x00; in UimVerifyPinReqSend()
422 pMUXMsg->UIMUIMVerifyPinReq.TLV2Type = 0x02; in UimVerifyPinReqSend()
423 pMUXMsg->UIMUIMVerifyPinReq.TLV2Length = cpu_to_le16(2 + strlen((const char *)arg)); in UimVerifyPinReqSend()
424 pMUXMsg->UIMUIMVerifyPinReq.PINID = 0x01; //Pin1, not Puk in UimVerifyPinReqSend()
425 pMUXMsg->UIMUIMVerifyPinReq.PINLen= strlen((const char *)arg); in UimVerifyPinReqSend()
426 qstrcpy((PCHAR)&pMUXMsg->UIMUIMVerifyPinReq.PINValue, ((const char *)arg)); in UimVerifyPinReqSend()
431 static USHORT UimReadTransparentIMSIReqSend(PQMUX_MSG pMUXMsg, void *arg) { in UimReadTransparentIMSIReqSend() argument
434 pMUXMsg->UIMUIMReadTransparentReq.TLVType = 0x01; in UimReadTransparentIMSIReqSend()
435 pMUXMsg->UIMUIMReadTransparentReq.TLVLength = cpu_to_le16(0x02); in UimReadTransparentIMSIReqSend()
437 pMUXMsg->UIMUIMReadTransparentReq.Session_Type = 0x06; in UimReadTransparentIMSIReqSend()
438 pMUXMsg->UIMUIMReadTransparentReq.Aid_Len = 0x00; in UimReadTransparentIMSIReqSend()
440 pMUXMsg->UIMUIMReadTransparentReq.TLV2Type = 0x02; in UimReadTransparentIMSIReqSend()
441 pMUXMsg->UIMUIMReadTransparentReq.file_id = cpu_to_le16(0x2FE2); in UimReadTransparentIMSIReqSend()
442 pMUXMsg->UIMUIMReadTransparentReq.path_len = 0x02; in UimReadTransparentIMSIReqSend()
443 pMUXMsg->UIMUIMReadTransparentReq.path[0] = 0x00; in UimReadTransparentIMSIReqSend()
444 pMUXMsg->UIMUIMReadTransparentReq.path[1] = 0x3F; in UimReadTransparentIMSIReqSend()
447 pMUXMsg->UIMUIMReadTransparentReq.Session_Type = 0x00; in UimReadTransparentIMSIReqSend()
448 pMUXMsg->UIMUIMReadTransparentReq.Aid_Len = 0x00; in UimReadTransparentIMSIReqSend()
450 pMUXMsg->UIMUIMReadTransparentReq.TLV2Type = 0x02; in UimReadTransparentIMSIReqSend()
451 pMUXMsg->UIMUIMReadTransparentReq.file_id = cpu_to_le16(0x6F07); in UimReadTransparentIMSIReqSend()
452 pMUXMsg->UIMUIMReadTransparentReq.path_len = 0x04; in UimReadTransparentIMSIReqSend()
453 pMUXMsg->UIMUIMReadTransparentReq.path[0] = 0x00; in UimReadTransparentIMSIReqSend()
454 pMUXMsg->UIMUIMReadTransparentReq.path[1] = 0x3F; in UimReadTransparentIMSIReqSend()
455 pMUXMsg->UIMUIMReadTransparentReq.path[2] = 0xFF; in UimReadTransparentIMSIReqSend()
456 pMUXMsg->UIMUIMReadTransparentReq.path[3] = 0x7F; in UimReadTransparentIMSIReqSend()
459 …pMUXMsg->UIMUIMReadTransparentReq.TLV2Length = cpu_to_le16(3 + pMUXMsg->UIMUIMReadTransparentReq.… in UimReadTransparentIMSIReqSend()
461 …pReadTransparent = (PREAD_TRANSPARENT_TLV)(&pMUXMsg->UIMUIMReadTransparentReq.path[pMUXMsg->UIMUIM… in UimReadTransparentIMSIReqSend()
467 …return (sizeof(QMIUIM_READ_TRANSPARENT_REQ_MSG) + pMUXMsg->UIMUIMReadTransparentReq.path_len + siz… in UimReadTransparentIMSIReqSend()
473 static USHORT WdsGetProfileSettingsReqSend(PQMUX_MSG pMUXMsg, void *arg) { in WdsGetProfileSettingsReqSend() argument
475 …pMUXMsg->GetProfileSettingsReq.Length = cpu_to_le16(sizeof(QMIWDS_GET_PROFILE_SETTINGS_REQ_MSG) - … in WdsGetProfileSettingsReqSend()
476 pMUXMsg->GetProfileSettingsReq.TLVType = 0x01; in WdsGetProfileSettingsReqSend()
477 pMUXMsg->GetProfileSettingsReq.TLVLength = cpu_to_le16(0x02); in WdsGetProfileSettingsReqSend()
478 pMUXMsg->GetProfileSettingsReq.ProfileType = 0x00; // 0 ~ 3GPP, 1 ~ 3GPP2 in WdsGetProfileSettingsReqSend()
479 pMUXMsg->GetProfileSettingsReq.ProfileIndex = profile->pdp; in WdsGetProfileSettingsReqSend()
483 static USHORT WdsModifyProfileSettingsReq(PQMUX_MSG pMUXMsg, void *arg) { in WdsModifyProfileSettingsReq() argument
489 …pMUXMsg->ModifyProfileSettingsReq.Length = cpu_to_le16(sizeof(QMIWDS_MODIFY_PROFILE_SETTINGS_REQ_M… in WdsModifyProfileSettingsReq()
490 pMUXMsg->ModifyProfileSettingsReq.TLVType = 0x01; in WdsModifyProfileSettingsReq()
491 pMUXMsg->ModifyProfileSettingsReq.TLVLength = cpu_to_le16(0x02); in WdsModifyProfileSettingsReq()
492 pMUXMsg->ModifyProfileSettingsReq.ProfileType = 0x00; // 0 ~ 3GPP, 1 ~ 3GPP2 in WdsModifyProfileSettingsReq()
493 pMUXMsg->ModifyProfileSettingsReq.ProfileIndex = profile->pdp; in WdsModifyProfileSettingsReq()
495 pTLV = (UCHAR *)(&pMUXMsg->ModifyProfileSettingsReq + 1); in WdsModifyProfileSettingsReq()
552 static USHORT WdsGetRuntimeSettingReq(PQMUX_MSG pMUXMsg, void *arg) in WdsGetRuntimeSettingReq() argument
555 pMUXMsg->GetRuntimeSettingsReq.TLVType = 0x10; in WdsGetRuntimeSettingReq()
556 pMUXMsg->GetRuntimeSettingsReq.TLVLength = cpu_to_le16(0x04); in WdsGetRuntimeSettingReq()
558 … pMUXMsg->GetRuntimeSettingsReq.Mask = cpu_to_le32(QMIWDS_GET_RUNTIME_SETTINGS_MASK_IPV4DNS_ADDR | in WdsGetRuntimeSettingReq()
675 PQMUX_MSG pMUXMsg; in requestSetEthMode() local
818 PQMUX_MSG pMUXMsg; in requestGetPINStatus() local
850 PQMUX_MSG pMUXMsg; in requestGetSIMStatus() local
967 PQMUX_MSG pMUXMsg; in requestEnterSimPin() local
986 PQMUX_MSG pMUXMsg; in requestGetICCID() local
1021 PQMUX_MSG pMUXMsg; in requestGetIMSI() local
1120 PQMUX_MSG pMUXMsg; in requestGetHomeNetwork() local
1195 PQMUX_MSG pMUXMsg;
1206 …if (pMUXMsg->UIMGetIMSIResp.TLV2Type == 0x01 && le16_to_cpu(pMUXMsg->UIMGetIMSIResp.TLV2Length) >…
1211 …if (pp_imsi) *pp_imsi = strndup((const char *)(&pMUXMsg->UIMGetIMSIResp.IMSI), le16_to_cpu(pMUXMsg…
1214 …if (!strncmp((const char *)(&pMUXMsg->UIMGetIMSIResp.IMSI), MCCMNC_CODES_HAVING_3DIGITS_MNC[i], 6)…
1221 … if (!strncmp((const char *)(&pMUXMsg->UIMGetIMSIResp.IMSI), MCC_CODES_HAVING_3DIGITS_MNC[i], 3)) {
1228 tmp[0] = (&pMUXMsg->UIMGetIMSIResp.IMSI)[0];
1229 tmp[1] = (&pMUXMsg->UIMGetIMSIResp.IMSI)[1];
1230 tmp[2] = (&pMUXMsg->UIMGetIMSIResp.IMSI)[2];
1233 tmp[0] = (&pMUXMsg->UIMGetIMSIResp.IMSI)[3];
1234 tmp[1] = (&pMUXMsg->UIMGetIMSIResp.IMSI)[4];
1237 tmp[2] = (&pMUXMsg->UIMGetIMSIResp.IMSI)[6];
1300 PQMUX_MSG pMUXMsg; in requestRegistrationState2() local
1341 …pServiceStatusInfo = (PSERVICE_STATUS_INFO)(((PCHAR)&pMUXMsg->GetSysInfoResp) + QCQMUX_MSG_HDR_SIZ… in requestRegistrationState2()
1342 remainingLen = le16_to_cpu(pMUXMsg->GetSysInfoResp.Length); in requestRegistrationState2()
1633 PQMUX_MSG pMUXMsg; in requestRegistrationState() local
1731 PQMUX_MSG pMUXMsg; in requestQueryDataCall() local
1768 PQMUX_MSG pMUXMsg; in requestSetupDataCall() local
1778 …if (le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult) || le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXErr… in requestSetupDataCall()
1799 return le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXError); in requestSetupDataCall()
1818 PQMUX_MSG pMUXMsg; in requestDeactivateDefaultPDP() local
1845 PQMUX_MSG pMUXMsg; in requestGetIPAddress() local
1959 PQMUX_MSG pMUXMsg; in requestSetProfile() local
1977 PQMUX_MSG pMUXMsg; in requestGetProfile() local
2031 PQMUX_MSG pMUXMsg; in requestGetSignalInfo() local
2126 PQMUX_MSG pMUXMsg; in requestBaseBandVersion() local
2150 static USHORT DmsSetOperatingModeReq(PQMUX_MSG pMUXMsg, void *arg) { in DmsSetOperatingModeReq() argument
2151 pMUXMsg->SetOperatingModeReq.TLVType = 0x01; in DmsSetOperatingModeReq()
2152 pMUXMsg->SetOperatingModeReq.TLVLength = cpu_to_le16(1); in DmsSetOperatingModeReq()
2153 pMUXMsg->SetOperatingModeReq.OperatingMode = *((UCHAR *)arg); in DmsSetOperatingModeReq()
2161 PQMUX_MSG pMUXMsg; in requestSetOperatingMode() local
2175 static USHORT WdaSetLoopBackReq(PQMUX_MSG pMUXMsg, void *arg) { in WdaSetLoopBackReq() argument
2177 pMUXMsg->SetLoopBackReq.loopback_state.TLVType = 0x01; in WdaSetLoopBackReq()
2178 pMUXMsg->SetLoopBackReq.loopback_state.TLVLength = cpu_to_le16(1); in WdaSetLoopBackReq()
2180 pMUXMsg->SetLoopBackReq.replication_factor.TLVType = 0x10; in WdaSetLoopBackReq()
2181 pMUXMsg->SetLoopBackReq.replication_factor.TLVLength = cpu_to_le16(4); in WdaSetLoopBackReq()
2189 PQMUX_MSG pMUXMsg; in requestSetLoopBackState() local