Home
last modified time | relevance | path

Searched refs:muxid (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dqmap_bridge_mode.c96 snprintf(ipv4, sizeof(ipv4), "0x%x:%d", profile->ipv4.Address, profile->muxid); in ql_bridge_mode_detect()
185 int offset_id = (profile->muxid == 0)? profile->pdp - 1 : profile->muxid - 0x81; in ql_qmi_qmap_mode_detect()
189 profile->muxid = profile->rmnet_info.mux_id[offset_id]; in ql_qmi_qmap_mode_detect()
228 if(!profile->muxid) in ql_qmi_qmap_mode_detect()
229 profile->muxid = profile->pdp + 0x80; //muxis is 0x8X for PDN-X in ql_qmi_qmap_mode_detect()
231 "%.16s.%d", profile->usbnet_adapter, profile->muxid - 0x80); in ql_qmi_qmap_mode_detect()
233 profile->muxid = 0x81; in ql_qmi_qmap_mode_detect()
287 if(!profile->muxid) { in ql_qmi_qmap_mode_detect()
288 … profile->muxid = (buf[5*(profile->pdp - 1) + 2] - '0')*16 + (buf[5*(profile->pdp - 1) + 3] - '0'); in ql_qmi_qmap_mode_detect()
291 …profile->muxid = (buf[5*(profile->muxid - 0x81) + 2] - '0')*16 + (buf[5*(profile->muxid - 0x81) + … in ql_qmi_qmap_mode_detect()
[all …]
H A DQMIThread.h192 int muxid; member
H A DReleaseNote.txt234 [02-26_10:39:21:353] -m muxID Specify muxid when set multi-pdn data c…
H A Dudhcpc.c200 new_state = (link_state ? 0x00 : 0x80) + (profile->muxid - 0x80); in ql_set_driver_link_state()
H A Dmain.c712 profile.muxid = argv[opt++][0] - '0' + 0x80; in main()
H A DQMIThread.c688 qmap_settings.MuxId = profile->muxid; in requestSetEthMode()