Home
last modified time | relevance | path

Searched refs:TLVLength (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DMPQMUX.h116 USHORT TLVLength; member
123 USHORT TLVLength; member
130 USHORT TLVLength; member
156 USHORT TLVLength; member
163 USHORT TLVLength; member
200 USHORT TLVLength;
216 USHORT TLVLength;
227 USHORT TLVLength; // 1
236 USHORT TLVLength;
248 USHORT TLVLength;
[all …]
H A DQMIThread.c81 Length -= (le16_to_cpu((pTLVHdr->TLVLength)) + sizeof(QMI_TLV_HDR)); in GetTLV()
82 …pTLVHdr = (PQMI_TLV_HDR)(((UCHAR *)pTLVHdr) + le16_to_cpu(pTLVHdr->TLVLength) + sizeof(QMI_TLV_HDR… in GetTLV()
130 pMUXMsg->SetEventReportReq.TLVLength = 0x04;
140 pMUXMsg->EventReportReq.TLVLength = 0x0001; // 1
163 pPinState->TLVLength = 0x01;
167 pUimState->TLVLength = 0x01;
180 USHORT TLVLength = 0; in WdsStartNwInterfaceReq() local
197 pTechPref = (PQMIWDS_TECHNOLOGY_PREFERECE)(pTLV + TLVLength); in WdsStartNwInterfaceReq()
199 pTechPref->TLVLength = cpu_to_le16(0x01); in WdsStartNwInterfaceReq()
204 TLVLength +=(le16_to_cpu(pTechPref->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsStartNwInterfaceReq()
[all …]
H A DMPQCTL.h54 USHORT TLVLength; // 4 member
76 USHORT TLVLength; member
112 USHORT TLVLength; // 1 member
123 USHORT TLVLength; // 0x0004 member
139 USHORT TLVLength; // var member
168 USHORT TLVLength; // 0x0004 member
184 USHORT TLVLength; // 1 member
195 USHORT TLVLength; // 0x0004 member
211 USHORT TLVLength; // 0x0002 member
223 USHORT TLVLength; // 0x0004 member
[all …]
H A Dquectel-qmi-proxy.c126 uint16_t TLVLength; // 0x0004 member
146 uint16_t TLVLength; // 1 member
157 uint16_t TLVLength; // 0x0004 member
173 uint16_t TLVLength; // 0x0002 member
185 uint16_t TLVLength; // 0x0004 member
216 uint16_t TLVLength; // 4 member
269 uint16_t TLVLength; // 4 member
H A DQmiWwanCM.c72 QCTLMsg->GetVersionReq.TLVLength = cpu_to_le16(0x0001); in CtlGetVersionReq()
79 QCTLMsg->GetClientIdReq.TLVLength = cpu_to_le16(0x0001); in CtlGetClientIdReq()
86 QCTLMsg->ReleaseClientIdReq.TLVLength = cpu_to_le16(0x0002); in CtlReleaseClientIdReq()
97 QCTLMsg->LibQmiProxyOpenReq.TLVLength = cpu_to_le16(strlen(device_path)); in CtlLibQmiProxyOpenReq()
H A DMPQMI.h269 USHORT TLVLength; // 4 member
288 USHORT TLVLength; member
H A DMPQMUX.c330 dbg("{%02x,\t%04x,\t", TLVHdr->TLVType, le16_to_cpu(TLVHdr->TLVLength)); in dump_tlv()
331 for (i = 0; i < le16_to_cpu(TLVHdr->TLVLength); i++) { in dump_tlv()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMI.c186 u16 TLVLength; member
193 u16 TLVLength; member
200 u16 TLVLength; member
834 pMUXMsg->QosDataFormatTlv.TLVLength = cpu_to_le16(0x0001); in QMIWDASetDataFormatReq()
838 pMUXMsg->UnderlyingLinkLayerProtocolTlv.TLVLength = cpu_to_le16(4); in QMIWDASetDataFormatReq()
842 pMUXMsg->UplinkDataAggregationProtocolTlv.TLVLength = cpu_to_le16(4); in QMIWDASetDataFormatReq()
846 pMUXMsg->DownlinkDataAggregationProtocolTlv.TLVLength = cpu_to_le16(4); in QMIWDASetDataFormatReq()
850 pMUXMsg->DownlinkDataAggregationMaxDatagramsTlv.TLVLength = cpu_to_le16(4); in QMIWDASetDataFormatReq()
854 pMUXMsg->DownlinkDataAggregationMaxSizeTlv.TLVLength = cpu_to_le16(4); in QMIWDASetDataFormatReq()
858 pMUXMsg->epTlv.TLVLength = cpu_to_le16(8); in QMIWDASetDataFormatReq()
[all …]