Searched refs:first_bs_req (Results 1 – 1 of 1) sorted by relevance
713 struct wlan_bearer_switch_request *first_bs_req; in ll_lt_sap_handle_bs_to_non_wlan_timeout() local727 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() local780 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() local839 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 …]