Searched refs:qmap_size (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | qmap_bridge_mode.c | 191 profile->qmap_size = profile->rmnet_info.rx_urb_size; in ql_qmi_qmap_mode_detect() 304 if (profile->qmap_size == 0) { in ql_qmi_qmap_mode_detect() 305 profile->qmap_size = 16*1024; in ql_qmi_qmap_mode_detect() 312 profile->qmap_size = atoi(buf); 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() 357 profile->qmap_size = profile->rmnet_info.rx_urb_size; in ql_mbim_mhi_qmap_mode_detect()
|
| H A D | QMIThread.h | 181 int qmap_size; member
|
| H A D | QMIThread.c | 691 qmap_settings.rx_urb_size = profile->qmap_size; //SDX24&SDX55 support 32KB in requestSetEthMode() 696 qmap_settings.rx_urb_size = profile->qmap_size; //SDX24&SDX55 support 32KB in requestSetEthMode()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | Structs.h | 441 int qmap_size; member
|
| H A D | GobiUSBNet.c | 1018 return snprintf(buf, PAGE_SIZE, "%d\n", pGobiDev->qmap_size); in qmap_size_show() 1021 static DEVICE_ATTR(qmap_size, S_IRUGO, qmap_size_show, NULL); 1123 rmnet_info->rx_urb_size = pQmapDev->qmap_size; in rmnet_info_set()
|
| H A D | QMIDevice.c | 3214 result = QMIWDASetDataFormat (pDev, pDev->qmap_mode, &pDev->qmap_size); 3219 pDev->mpNetDev->rx_urb_size = pDev->qmap_size;
|