Searched refs:QCQMI_HDR (Results 1 – 6 of 6) sorted by relevance
48 ssize_t nwrites = le16_to_cpu(pRequest->QMIHdr.Length) + 1 - sizeof(QCQMI_HDR); in GobiNetSendQMI()202 nreads = read(fd, &pResponse->MUXMsg, sizeof(cm_recv_buf) - sizeof(QCQMI_HDR)); in GobiNetThread()218 pResponse->QMIHdr.Length = cpu_to_le16(nreads + sizeof(QCQMI_HDR) - 1); in GobiNetThread()
55 …6_to_cpu(pRequest->CTLMsg.QMICTLMsgHdr.Length) + sizeof(QCQMICTL_MSG_HDR) + sizeof(QCQMI_HDR) - 1); in ComposeQCTLMsg()272 nreads = read(fd, pHdr, sizeof(QCQMI_HDR)); in qmi_proxy_read()273 if (nreads == sizeof(QCQMI_HDR) && le16_to_cpu(pHdr->Length) < size) { in qmi_proxy_read()274 nreads += read(fd, pHdr+1, le16_to_cpu(pHdr->Length) + 1 - sizeof(QCQMI_HDR)); in qmi_proxy_read()
213 } __attribute__ ((packed)) QCQMI_HDR, *PQCQMI_HDR; typedef215 #define QCQMI_HDR_SIZE (sizeof(QCQMI_HDR)-1)
109 } __attribute__ ((packed)) QCQMI_HDR, *PQCQMI_HDR; typedef300 QCQMI_HDR QMIHdr;758 …htole16(le16toh(pQMI->CTLMsg.QMICTLMsgHdr.Length) + sizeof(QCQMI_HDR) + sizeof(QCQMICTL_MSG_HDR) -… in qmi_proxy_init()
72 QCQMI_HDR QMIHdr;
114 + sizeof(QCQMI_HDR) - 1); in ComposeQMUXMsg()