Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMI.c212 struct QMIWDS_ADMIN_SET_DATA_FORMAT_TLV UnderlyingLinkLayerProtocolTlv; member
837 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()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c351 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()
H A DMPQMUX.h140 QMIWDS_ADMIN_SET_DATA_FORMAT_TLV UnderlyingLinkLayerProtocolTlv; member