Home
last modified time | relevance | path

Searched refs:qmap_mode (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dqmap_bridge_mode.c90 …if (strstr(bridge_ipv4, "/sys/class/net/") || profile->qmap_mode == 0 || profile->qmap_mode == 1) { in ql_bridge_mode_detect()
156 if(profile->qmap_mode) in ql_set_driver_bridge_mode()
183 profile->qmap_mode = profile->rmnet_info.qmap_mode; in ql_qmi_qmap_mode_detect()
184 if (profile->qmap_mode) { in ql_qmi_qmap_mode_detect()
187 if (profile->qmap_mode == 1) in ql_qmi_qmap_mode_detect()
225 profile->qmap_mode = atoi(buf); in ql_qmi_qmap_mode_detect()
227 if (profile->qmap_mode > 1) { in ql_qmi_qmap_mode_detect()
232 } if (profile->qmap_mode == 1) { in ql_qmi_qmap_mode_detect()
284 profile->qmap_mode = n/5; //0x11\n0x22\n0x33\n in ql_qmi_qmap_mode_detect()
285 if (profile->qmap_mode > 1) { in ql_qmi_qmap_mode_detect()
[all …]
H A DQmiWwanCM.c223 if (profile->qmap_mode) { in QmiWwanInit()
325 else if (profile->qmap_mode > 1) { in QmiWwanThread()
412 …if((profile->qmap_mode == 0 || profile->qmap_mode == 1) && QmiWwanMergeQmiRsp(cm_recv_buf, &nreads… in QmiWwanThread()
H A Dudhcpc_netlink.c63 if (profile->qmap_mode <= 1) in ql_set_driver_link_state()
74 if (link_state == 0 && profile->qmap_mode > 1) in ql_set_driver_link_state()
H A DQMIThread.h127 unsigned int qmap_mode; member
180 int qmap_mode; member
H A DGobiNetCM.c117 …if (profile->qmap_mode == 0 || profile->loopback_state) {//when QMAP enabled, set data format in G… in GobiNetThread()
H A Dmain.c303 if ((profile->qmap_mode == 0 || profile->qmap_mode == 1) && (!profile->proxy[0])) { in qmi_main()
H A Dudhcpc.c196 if (profile->qmap_mode <= 1) in ql_set_driver_link_state()
H A DQMIThread.c684 if (profile->qmap_mode) { in requestSetEthMode()
739 if (linkProto != NULL && profile->qmap_mode) { in requestSetEthMode()
H A Dmbim-cm.c1439 if (profile->qmap_mode > 1 && profile->qmapnet_adapter[0]) { in mbim_read_thread()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c184 static uint __read_mostly qmap_mode = 0; variable
185 module_param( qmap_mode, uint, S_IRUGO | S_IWUSR );
355 if (pQmapDev->qmap_mode > 1) { in bridge_mode_rx_fixup()
543 for (i = 0; i < pQmapDev->qmap_mode; i++) { in rmnet_usb_tx_wake_queue()
557 for (i = 0; i < pQmapDev->qmap_mode; i++) { in rmnet_usb_tx_skb_destructor()
1008 return snprintf(buf, PAGE_SIZE, "%d\n", pGobiDev->qmap_mode); in qmap_mode_show()
1011 static DEVICE_ATTR(qmap_mode, S_IRUGO, qmap_mode_show, NULL);
1032 unsigned qmap_mode = pQmapDev->qmap_mode; in link_state_store() local
1038 if (qmap_mode == 1) { in link_state_store()
1041 else if (qmap_mode > 1) { in link_state_store()
[all …]
H A DQMI.h218 u16 QMIWDASetDataFormatReqSize( int qmap_mode );
275 bool bRawIPMode, int qmap_mode, u32 rx_size,
H A DQMIDevice.h320 static int QMIWDASetDataFormat( sGobiUSBNet * pDev, int qmap_mode, int *rx_urb_size );
359 int QuecQMIWDASetDataFormat( sGobiUSBNet * pDev, int qmap_mode, int *rx_urb_size );
H A DReleaseNote.txt112 1.1 set module parameters 'qmap_mode' to X(1~4) to enable QMAP.
113 1.2 ifconfig usb0 down, then 'echo X > /sys/class/usbX/qmap_mode' to enable QMAP
H A DQMIDevice.c431 if (pDev->qmap_mode && !pDev->link_state) in QuecGobiClearDownReason()
3212 if (pDev->qmap_mode) {
3214 result = QMIWDASetDataFormat (pDev, pDev->qmap_mode, &pDev->qmap_size);
3352 result = QMIWDASetDataFormat (pDev, pDev->qmap_mode, NULL);
4251 static int QMIWDASetDataFormat( sGobiUSBNet * pDev, int qmap_mode, int *rx_urb_size ) argument
4276 writeBufferSize = QMIWDASetDataFormatReqSize(qmap_mode);
4285 qmap_mode ? pDev->qmap_version : 0, (31*1024),
4316 if (qmap_mode && rx_urb_size) {
4361 int QuecQMIWDASetDataFormat( sGobiUSBNet * pDev, int qmap_mode, int *rx_urb_size ) { argument
4362 return QMIWDASetDataFormat(pDev, qmap_mode, rx_urb_size);
H A DStructs.h440 int qmap_mode; member
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo