Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/usb/
Dqmi_wwan.c61 QMI_WWAN_FLAG_PASS_THROUGH = 1 << 2, enumerator
349 if (!enable && (info->flags & QMI_WWAN_FLAG_PASS_THROUGH)) { in raw_ip_store()
479 info->flags & QMI_WWAN_FLAG_PASS_THROUGH ? 'Y' : 'N'); in pass_through_show()
496 if (enable == (info->flags & QMI_WWAN_FLAG_PASS_THROUGH)) in pass_through_store()
507 info->flags |= QMI_WWAN_FLAG_PASS_THROUGH; in pass_through_store()
509 info->flags &= ~QMI_WWAN_FLAG_PASS_THROUGH; in pass_through_store()
570 if (info->flags & QMI_WWAN_FLAG_PASS_THROUGH) { in qmi_wwan_rx_fixup()