Home
last modified time | relevance | path

Searched refs:QMUXHdr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DMPQMUX.c358 int dump_qmux(QMI_SERVICE_TYPE serviceType, PQCQMUX_HDR QMUXHdr) { in dump_qmux() argument
359 PQCQMUX_MSG_HDR QMUXMsgHdr = (PQCQMUX_MSG_HDR) (QMUXHdr + 1); in dump_qmux()
363 switch (QMUXHdr->CtlFlags&QMUX_CTL_FLAG_MASK_TYPE) { in dump_qmux()
370 dbg("TransactionId: %04x\n", le16_to_cpu(QMUXHdr->TransactionId)); in dump_qmux()
416 PQCQMUX_HDR QMUXHdr = (PQCQMUX_HDR) (QMIHdr + 1); in dump_qmi() local
442 dump_qmux(QMIHdr->QMIType, QMUXHdr); in dump_qmi()
H A DQMIThread.c105 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()
579 requestTID = le16_to_cpu(pRequest->MUXMsg.QMUXHdr.TransactionId); in is_response()
580 responseTID = le16_to_cpu(pResponse->MUXMsg.QMUXHdr.TransactionId); in is_response()
H A DMPQMUX.h3298 QCQMUX_HDR QMUXHdr; member