Searched refs:qmap_version (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | QMI.c | 233 static u16 QMIWDASetDataFormatReqSize( int qmap_version ) in QMIWDASetDataFormatReqSize() argument 235 if (qmap_version) in QMIWDASetDataFormatReqSize() 821 bool bRawIPMode, int qmap_version, u32 rx_size, in QMIWDASetDataFormatReq() argument 824 if (qmap_version) { in QMIWDASetDataFormatReq() 843 … pMUXMsg->UplinkDataAggregationProtocolTlv.Value = cpu_to_le32(qmap_version); //UL QMAP is enabled in QMIWDASetDataFormatReq() 847 …pMUXMsg->DownlinkDataAggregationProtocolTlv.Value = cpu_to_le32(qmap_version); //UL QMAP is enabled in QMIWDASetDataFormatReq() 875 if (pBuffer == 0 || buffSize < QMIWDASetDataFormatReqSize(qmap_version) ) in QMIWDASetDataFormatReq() 926 return QMIWDASetDataFormatReqSize(qmap_version); in QMIWDASetDataFormatReq() 1402 …u16 buffSize, bool bRawIPMode, int *qmap_version, int *rx_size, int *tx_size, QMAP_SETTING *s… in QMIWDASetDataFormatResp() argument 1461 GetTLV( pBuffer, buffSize, 0x12, qmap_version, 4); in QMIWDASetDataFormatResp() [all …]
|
| H A D | GobiUSBNet.c | 238 uint qmap_version; member 857 if (priv->qmap_version == 5) { in qmap_start_xmit() 860 else if (priv->qmap_version == 9) { in qmap_start_xmit() 922 priv->qmap_version = pDev->qmap_version; in qmap_register_device() 1111 unsigned int qmap_version; member 1127 rmnet_info->qmap_version = pQmapDev->qmap_version; in rmnet_info_set() 1638 if (pQmapDev->qmap_version == 9) in _rmnet_usb_rx_handler() 1880 if (pGobiDev->qmap_version == 5) { in GobiNetDriverTxFixup() 1883 else if (pGobiDev->qmap_version == 9) { in GobiNetDriverTxFixup() 3040 pGobiDev->qmap_version = 5; in GobiUSBNetProbe() [all …]
|
| H A D | Structs.h | 442 int qmap_version; member
|
| H A D | QMIDevice.c | 4285 qmap_mode ? pDev->qmap_version : 0, (31*1024), 4317 int qmap_version = 0, rx_size = 0, tx_size = 0; local 4319 … readBufferSize, pDev->mbRawIPMode, &qmap_version, &rx_size, &tx_size, &pDev->qmap_settings); 4321 le32_to_cpu(qmap_version), le32_to_cpu(rx_size), le32_to_cpu(tx_size)); 4323 if (le32_to_cpu(qmap_version)) {
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | qmap_bridge_mode.c | 192 profile->qmap_version = profile->rmnet_info.qmap_version; in ql_qmi_qmap_mode_detect() 317 if (profile->qmap_version == 0) { in ql_qmi_qmap_mode_detect() 318 profile->qmap_version = WDA_DL_DATA_AGG_QMAP_ENABLED; in ql_qmi_qmap_mode_detect() 322 …profile->qmap_mode, profile->qmap_version, profile->qmap_size, profile->muxid, profile->qmapnet_ad… in ql_qmi_qmap_mode_detect() 358 profile->qmap_version = profile->rmnet_info.qmap_version; in ql_mbim_mhi_qmap_mode_detect()
|
| H A D | QMIThread.h | 128 unsigned int qmap_version; member 182 int qmap_version; member
|
| H A D | QMIThread.c | 315 static int qmap_version = 0x05; variable 358 …pMUXMsg->SetDataFormatReq.UplinkDataAggregationProtocolTlv.Value = cpu_to_le32(qmap_version); //UL… in WdaSetDataFormat() 363 …tDataFormatReq.DownlinkDataAggregationProtocolTlv.Value = cpu_to_le32(qmap_version); //DL QMAP is … in WdaSetDataFormat() 704 if(profile->qmap_version != 0x09) in requestSetEthMode() 705 profile->qmap_version = 0x05; in requestSetEthMode() 707 qmap_version = profile->qmap_version; in requestSetEthMode() 713 qmap_version = profile->rmnet_info.qmap_version; in requestSetEthMode()
|
| H A D | QmiWwanCM.c | 236 …profile->qmap_version = (pResponse->CTLMsg.GetVersionRsp.TypeVersion[NumElements].MinorVersion > 1… in QmiWwanInit()
|