Lines Matching refs:QMIHdr
42 pRequest->QMIHdr.IFType = USB_CTL_MSG_TYPE_QMI; in ComposeQCTLMsg()
43 pRequest->QMIHdr.CtlFlags = 0x00; in ComposeQCTLMsg()
44 pRequest->QMIHdr.QMIType = QMUX_TYPE_CTL; in ComposeQCTLMsg()
45 pRequest->QMIHdr.ClientId= 0x00; in ComposeQCTLMsg()
55 …pRequest->QMIHdr.Length = cpu_to_le16(le16_to_cpu(pRequest->CTLMsg.QMICTLMsgHdr.Length) + sizeof(Q… in ComposeQCTLMsg()
56 Length = le16_to_cpu(pRequest->QMIHdr.Length) + 1; in ComposeQCTLMsg()
134 if (pRequest->QMIHdr.QMIType != QMUX_TYPE_CTL) { in QmiWwanSendQMI()
135 pRequest->QMIHdr.ClientId = qmiclientId[pRequest->QMIHdr.QMIType]; in QmiWwanSendQMI()
136 if (pRequest->QMIHdr.ClientId == 0) { in QmiWwanSendQMI()
137 dbg_time("QMIType %d has no clientID", pRequest->QMIHdr.QMIType); in QmiWwanSendQMI()
141 if (pRequest->QMIHdr.QMIType == QMUX_TYPE_WDS_IPV6) in QmiWwanSendQMI()
142 pRequest->QMIHdr.QMIType = QMUX_TYPE_WDS; in QmiWwanSendQMI()
150 ssize_t nwrites = le16_to_cpu(pRequest->QMIHdr.Length) + 1; in QmiWwanSendQMI()
415 if (nreads != (le16_to_cpu(pResponse->QMIHdr.Length) + 1)) { in QmiWwanThread()
416 …s=%d, pQCQMI->QMIHdr.Length = %d", __func__, (int)nreads, le16_to_cpu(pResponse->QMIHdr.Length)); in QmiWwanThread()