Searched refs:send_to_nw (Results 1 – 3 of 3) sorted by relevance
309 bool send_to_nw; member752 wlan_ipa_send_to_nw send_to_nw; member
614 ipa_ctx->send_to_nw = cb; in wlan_ipa_reg_send_to_nw_cb()
863 } 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 …]