Searched refs:MUXMsg (Results 1 – 4 of 4) sorted by relevance
28 pMUXMsg = &pResponse->MUXMsg; \43 pMUXMsg = &pResponse->MUXMsg; \105 pRequest->MUXMsg.QMUXHdr.CtlFlags = QMUX_CTL_FLAG_SINGLE_MSG | QMUX_CTL_FLAG_TYPE_CMD; in ComposeQMUXMsg()106 pRequest->MUXMsg.QMUXHdr.TransactionId = cpu_to_le16(GetQMUXTransactionId()); in ComposeQMUXMsg()107 pRequest->MUXMsg.QMUXMsgHdr.Type = cpu_to_le16(Type); in ComposeQMUXMsg()109 …pRequest->MUXMsg.QMUXMsgHdr.Length = cpu_to_le16(customQmuxMsgFunction(&pRequest->MUXMsg, arg) - s… in ComposeQMUXMsg()111 pRequest->MUXMsg.QMUXMsgHdr.Length = cpu_to_le16(0x0000); in ComposeQMUXMsg()113 …pRequest->QMIHdr.Length = cpu_to_le16(le16_to_cpu(pRequest->MUXMsg.QMUXMsgHdr.Length) + sizeof(QCQ… in ComposeQMUXMsg()579 requestTID = le16_to_cpu(pRequest->MUXMsg.QMUXHdr.TransactionId); in is_response()580 responseTID = le16_to_cpu(pResponse->MUXMsg.QMUXHdr.TransactionId); in is_response()[all …]
49 ret = write(fd, &pRequest->MUXMsg, nwrites); in GobiNetSendQMI()202 nreads = read(fd, &pResponse->MUXMsg, sizeof(cm_recv_buf) - sizeof(QCQMI_HDR)); in GobiNetThread()
75 QMUX_MSG MUXMsg; member
303 QMUX_MSG MUXMsg; member