Searched refs:QMI_WWAN_FLAG_PASS_THROUGH (Results 1 – 1 of 1) sorted by relevance
61 QMI_WWAN_FLAG_PASS_THROUGH = 1 << 2, enumerator355 if (!enable && (info->flags & QMI_WWAN_FLAG_PASS_THROUGH)) { in raw_ip_store()485 info->flags & QMI_WWAN_FLAG_PASS_THROUGH ? 'Y' : 'N'); in pass_through_show()502 if (enable == (info->flags & QMI_WWAN_FLAG_PASS_THROUGH)) in pass_through_store()513 info->flags |= QMI_WWAN_FLAG_PASS_THROUGH; in pass_through_store()515 info->flags &= ~QMI_WWAN_FLAG_PASS_THROUGH; in pass_through_store()576 if (info->flags & QMI_WWAN_FLAG_PASS_THROUGH) { in qmi_wwan_rx_fixup()