Searched refs:alt_pipe (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/src/ |
H A D | wlan_ipa_ucfg_api.c | 367 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 D | wlan_ipa_ucfg_api.h | 487 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 D | wlan_ipa_core.h | 980 bool *alt_pipe); 985 bool *alt_pipe) in wlan_ipa_get_alt_pipe() argument
|
H A D | wlan_ipa_main.h | 627 bool *alt_pipe);
|
H A D | wlan_ipa_priv.h | 381 bool alt_pipe; member
|
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/ |
H A D | wlan_ipa_main.c | 958 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 D | wlan_ipa_core.c | 2157 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 D | wlan_ipa_stats.c | 413 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 D | wlan_hdd_cm_connect.c | 1606 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 D | wlan_hdd_assoc.c | 1657 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 D | wlan_hdd_hostapd.c | 2178 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()
|