Searched refs:UnderlyingLinkLayerProtocolTlv (Results 1 – 3 of 3) sorted by relevance
212 struct QMIWDS_ADMIN_SET_DATA_FORMAT_TLV UnderlyingLinkLayerProtocolTlv; member837 pMUXMsg->UnderlyingLinkLayerProtocolTlv.TLVType = 0x11; in QMIWDASetDataFormatReq()838 pMUXMsg->UnderlyingLinkLayerProtocolTlv.TLVLength = cpu_to_le16(4); in QMIWDASetDataFormatReq()839 pMUXMsg->UnderlyingLinkLayerProtocolTlv.Value = cpu_to_le32(0x02); /* Set Ethernet mode */ in QMIWDASetDataFormatReq()
351 pMUXMsg->SetDataFormatReq.UnderlyingLinkLayerProtocolTlv.TLVType = 0x11; in WdaSetDataFormat()352 pMUXMsg->SetDataFormatReq.UnderlyingLinkLayerProtocolTlv.TLVLength = cpu_to_le16(4); in WdaSetDataFormat()353 …pMUXMsg->SetDataFormatReq.UnderlyingLinkLayerProtocolTlv.Value = cpu_to_le32(0x02); /* Set IP … in WdaSetDataFormat()
140 QMIWDS_ADMIN_SET_DATA_FORMAT_TLV UnderlyingLinkLayerProtocolTlv; member