Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c392 struct wlan_ipa_pm_tx_cb *pm_tx_cb; in wlan_ipa_forward() local
404 pm_tx_cb = (struct wlan_ipa_pm_tx_cb *)skb->cb; in wlan_ipa_forward()
405 pm_tx_cb->exception = true; in wlan_ipa_forward()
406 pm_tx_cb->iface_context = iface_ctx; in wlan_ipa_forward()
841 struct wlan_ipa_pm_tx_cb *pm_tx_cb = NULL; in wlan_ipa_pm_flush() local
851 pm_tx_cb = (struct wlan_ipa_pm_tx_cb *)skb->cb; in wlan_ipa_pm_flush()
854 if (pm_tx_cb->exception) { in wlan_ipa_pm_flush()
856 pm_tx_cb->iface_context->dev) { in wlan_ipa_pm_flush()
858 pm_tx_cb->iface_context->dev); in wlan_ipa_pm_flush()
863 } else if (pm_tx_cb->send_to_nw) { in wlan_ipa_pm_flush()
[all …]