Lines Matching refs:muxid

96         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()
292 …ntf(profile->qmapnet_adapter, sizeof(profile->qmapnet_adapter), "qmimux%d", profile->muxid - 0x81); in ql_qmi_qmap_mode_detect()
295 profile->muxid = (buf[5*0 + 2] - '0')*16 + (buf[5*0 + 3] - '0'); 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()
336 profile->muxid = profile->pdp; in ql_mbim_usb_vlan_mode_detect()
340 profile->qmap_mode, profile->muxid, profile->qmapnet_adapter); in ql_mbim_usb_vlan_mode_detect()
355 profile->muxid = offset_id; in ql_mbim_mhi_qmap_mode_detect()
361 profile->qmap_mode, profile->muxid, profile->qmapnet_adapter); in ql_mbim_mhi_qmap_mode_detect()