Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
H A Dwlan_ipa_priv.h309 bool send_to_nw; member
752 wlan_ipa_send_to_nw send_to_nw; member
H A Dwlan_ipa_core.h614 ipa_ctx->send_to_nw = cb; in wlan_ipa_reg_send_to_nw_cb()
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c863 } else if (pm_tx_cb->send_to_nw) { in wlan_ipa_pm_flush()
866 if (ipa_ctx->send_to_nw && ndev) { in wlan_ipa_pm_flush()
867 ipa_ctx->send_to_nw(skb, ndev); in wlan_ipa_pm_flush()
1211 if (ipa_ctx->send_to_nw) in wlan_ipa_send_sta_eapol_to_nw()
1212 ipa_ctx->send_to_nw(skb, vdev->vdev_nif.osdev->wdev->netdev); in wlan_ipa_send_sta_eapol_to_nw()
1299 pm_cb->send_to_nw = true; in wlan_ipa_send_to_nw_queue()
1356 if (ipa_ctx->send_to_nw) in wlan_ipa_send_skb_to_network()
1357 ipa_ctx->send_to_nw(skb, iface_ctx->dev); in wlan_ipa_send_skb_to_network()
1394 if (ipa_ctx->send_to_nw) in wlan_ipa_send_skb_to_network()
1395 ipa_ctx->send_to_nw(skb, iface_ctx->dev); in wlan_ipa_send_skb_to_network()
[all …]