Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
H A Dwlan_ll_lt_sap_bearer_switch.c713 struct wlan_bearer_switch_request *first_bs_req; in ll_lt_sap_handle_bs_to_non_wlan_timeout() local
727 first_bs_req = ll_lt_sap_find_first_valid_bs_wlan_req(bs_ctx); in ll_lt_sap_handle_bs_to_non_wlan_timeout()
729 if (!ll_lt_sap_is_bs_req_valid(first_bs_req)) { in ll_lt_sap_handle_bs_to_non_wlan_timeout()
738 sizeof(*first_bs_req), first_bs_req); in ll_lt_sap_handle_bs_to_non_wlan_timeout()
763 struct wlan_bearer_switch_request *first_bs_req; in ll_lt_sap_handle_bs_to_non_wlan_completed() local
780 first_bs_req = ll_lt_sap_find_first_valid_bs_wlan_req(bs_ctx); in ll_lt_sap_handle_bs_to_non_wlan_completed()
782 if (!ll_lt_sap_is_bs_req_valid(first_bs_req)) { in ll_lt_sap_handle_bs_to_non_wlan_completed()
791 sizeof(*first_bs_req), first_bs_req); in ll_lt_sap_handle_bs_to_non_wlan_completed()
822 struct wlan_bearer_switch_request *first_bs_req; in ll_lt_sap_handle_bs_to_non_wlan_failure() local
839 first_bs_req = ll_lt_sap_find_first_valid_bs_wlan_req(bs_ctx); in ll_lt_sap_handle_bs_to_non_wlan_failure()
[all …]