Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
H A Dwlan_ll_lt_sap_bearer_switch.h106 qdf_atomic_t fw_ref_count; member
H A Dwlan_ll_lt_sap_bearer_switch.c296 ref_count = qdf_atomic_inc_return(&bs_ctx->fw_ref_count); in ll_lt_sap_bs_increament_ref_count()
331 if (!qdf_atomic_read(&bs_ctx->fw_ref_count)) { in ll_lt_sap_bs_decreament_ref_count()
338 ref_count = qdf_atomic_dec_return(&bs_ctx->fw_ref_count); in ll_lt_sap_bs_decreament_ref_count()
H A Dwlan_ll_lt_sap_main.c121 qdf_atomic_init(&bs_ctx->fw_ref_count); in ll_lt_sap_init()