Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dqmi_wwan.c61 QMI_WWAN_FLAG_PASS_THROUGH = 1 << 2, enumerator
356 if (!enable && (info->flags & QMI_WWAN_FLAG_PASS_THROUGH)) { in raw_ip_store()
486 info->flags & QMI_WWAN_FLAG_PASS_THROUGH ? 'Y' : 'N'); in pass_through_show()
503 if (enable == (info->flags & QMI_WWAN_FLAG_PASS_THROUGH)) in pass_through_store()
514 info->flags |= QMI_WWAN_FLAG_PASS_THROUGH; in pass_through_store()
516 info->flags &= ~QMI_WWAN_FLAG_PASS_THROUGH; in pass_through_store()
577 if (info->flags & QMI_WWAN_FLAG_PASS_THROUGH) { in qmi_wwan_rx_fixup()