Searched refs:QMI_TLV_HDR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/
H A Dqmi_oper.c1089 msgLen -= sizeof(QMI_TLV_HDR);
1090 pMsgStart += sizeof(QMI_TLV_HDR);
1093 msgLen -= sizeof(QMI_TLV_HDR);
1094 pMsgStart += sizeof(QMI_TLV_HDR);
1120 while (msgLen >= sizeof(QMI_TLV_HDR))
1122 QMI_TLV_HDR* pHdr = (QMI_TLV_HDR*) pMsgStart;
1127 msgLen -= sizeof(QMI_TLV_HDR);
1128 pMsgStart += sizeof(QMI_TLV_HDR);
H A Dqmi_header.h274 }__attribute__((packed)) QMI_TLV_HDR; typedef in typeref:struct:_QMI_TLV_HDR

Completed in 43 milliseconds