Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/src/
H A Dwlan_ipa_ucfg_api.c367 bool *alt_pipe) in ucfg_ipa_get_alt_pipe() argument
369 return ipa_get_alt_pipe(pdev, vdev_id, alt_pipe); in ucfg_ipa_get_alt_pipe()
/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/inc/
H A Dwlan_ipa_ucfg_api.h487 bool *alt_pipe);
781 bool *alt_pipe) in ucfg_ipa_get_alt_pipe() argument
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
H A Dwlan_ipa_core.h980 bool *alt_pipe);
985 bool *alt_pipe) in wlan_ipa_get_alt_pipe() argument
H A Dwlan_ipa_main.h627 bool *alt_pipe);
H A Dwlan_ipa_priv.h381 bool alt_pipe; member
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_main.c958 bool *alt_pipe) in ipa_get_alt_pipe() argument
974 return wlan_ipa_get_alt_pipe(ipa_obj, vdev_id, alt_pipe); in ipa_get_alt_pipe()
H A Dwlan_ipa_core.c2157 bool alt_pipe) in wlan_ipa_setup_iface_alt_pipe() argument
2159 iface_context->alt_pipe = alt_pipe; in wlan_ipa_setup_iface_alt_pipe()
2165 iface_context->alt_pipe = false; in wlan_ipa_cleanup_iface_alt_pipe()
2176 bool alt_pipe) in wlan_ipa_setup_iface_alt_pipe() argument
5732 bool *alt_pipe) in wlan_ipa_get_alt_pipe() argument
5737 if (qdf_unlikely(!ipa_ctx || !alt_pipe)) in wlan_ipa_get_alt_pipe()
5754 *alt_pipe = ctxt->alt_pipe; in wlan_ipa_get_alt_pipe()
5755 ipa_info("vdev_id %d alt_pipe %d", vdev_id, *alt_pipe); in wlan_ipa_get_alt_pipe()
H A Dwlan_ipa_stats.c413 ipa_info("\talt_pipe: %d\n", iface->alt_pipe); in wlan_ipa_dump_iface_context_alt_pipe()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cm_connect.c1606 bool alt_pipe; in hdd_cm_connect_success_pre_user_update() local
1775 status = hdd_ipa_get_tx_pipe(hdd_ctx, link_info, &alt_pipe); in hdd_cm_connect_success_pre_user_update()
1779 alt_pipe = false; in hdd_cm_connect_success_pre_user_update()
1787 alt_pipe); in hdd_cm_connect_success_pre_user_update()
H A Dwlan_hdd_assoc.c1657 bool alt_pipe; in hdd_change_sta_state_authenticated() local
1670 status = hdd_ipa_get_tx_pipe(hdd_ctx, link_info, &alt_pipe); in hdd_change_sta_state_authenticated()
1674 alt_pipe = false; in hdd_change_sta_state_authenticated()
1681 alt_pipe); in hdd_change_sta_state_authenticated()
H A Dwlan_hdd_hostapd.c2178 bool alt_pipe; in hdd_hostapd_sap_event_cb() local
2346 &alt_pipe); in hdd_hostapd_sap_event_cb()
2350 alt_pipe = false; in hdd_hostapd_sap_event_cb()
2360 alt_pipe); in hdd_hostapd_sap_event_cb()