Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
H A Dwlan_ll_lt_sap_bearer_switch.c549 bs_sm_transition_to(bs_ctx, BEARER_WLAN_REQUESTED); in ll_lt_sap_handle_bs_to_wlan_in_non_wlan_state()
571 bs_sm_transition_to(bs_ctx, BEARER_WLAN); in ll_lt_sap_handle_bs_to_wlan_completed_wlan_in_non_wlan_state()
611 bs_sm_transition_to(bs_ctx, BEARER_NON_WLAN_REQUESTED); in ll_lt_sap_handle_bs_to_non_wlan_in_non_wlan_state()
715 bs_sm_transition_to(bs_ctx, BEARER_NON_WLAN); in ll_lt_sap_handle_bs_to_non_wlan_timeout()
767 bs_sm_transition_to(bs_ctx, BEARER_NON_WLAN); in ll_lt_sap_handle_bs_to_non_wlan_completed()
826 bs_sm_transition_to(bs_ctx, BEARER_NON_WLAN); in ll_lt_sap_handle_bs_to_non_wlan_failure()
907 bs_sm_transition_to(bs_ctx, BEARER_NON_WLAN_REQUESTED); in ll_lt_sap_handle_bs_to_non_wlan_in_wlan_state()
1015 bs_sm_transition_to(bs_ctx, BEARER_WLAN); in ll_lt_sap_handle_bs_to_wlan_timeout()
1049 bs_sm_transition_to(bs_ctx, BEARER_WLAN); in ll_lt_sap_handle_bs_to_wlan_completed()
1079 bs_sm_transition_to(bs_ctx, BEARER_WLAN); in ll_lt_sap_handle_bs_to_wlan_failure()
H A Dwlan_ll_lt_sap_bearer_switch.h200 static inline void bs_sm_transition_to(struct bearer_switch_info *bs_ctx, in bs_sm_transition_to() function