Searched refs:QMI_TLV_HDR (Results 1 – 2 of 2) sorted by relevance
289 } __attribute__ ((packed)) QMI_TLV_HDR, *PQMI_TLV_HDR; typedef
72 while (Length >= sizeof(QMI_TLV_HDR)) { in GetTLV()81 Length -= (le16_to_cpu((pTLVHdr->TLVLength)) + sizeof(QMI_TLV_HDR)); in GetTLV()82 …LVHdr = (PQMI_TLV_HDR)(((UCHAR *)pTLVHdr) + le16_to_cpu(pTLVHdr->TLVLength) + sizeof(QMI_TLV_HDR)); in GetTLV()