Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_irq_affinity.c488 static int ref_count; /* = 0 by the compiler */ in hif_exec_cpu_denylist() local
502 rc = ref_count; in hif_exec_cpu_denylist()
505 ref_count++; in hif_exec_cpu_denylist()
507 if (ref_count == 1) { in hif_exec_cpu_denylist()
510 rc, ref_count); in hif_exec_cpu_denylist()
515 if (ref_count) in hif_exec_cpu_denylist()
516 ref_count--; in hif_exec_cpu_denylist()
518 if (ref_count == 0) { in hif_exec_cpu_denylist()
521 rc, ref_count); in hif_exec_cpu_denylist()
Dhif_napi.c2007 static int ref_count; /* = 0 by the compiler */ local
2021 rc = ref_count;
2024 ref_count++;
2026 if (ref_count == 1) {
2029 rc, ref_count);
2034 if (ref_count) {
2035 ref_count--;
2037 if (ref_count == 0) {
2040 rc, ref_count);
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
Dwlan_ll_lt_sap_bearer_switch.c291 uint32_t ref_count; in ll_lt_sap_bs_increament_ref_count() local
296 ref_count = qdf_atomic_inc_return(&bs_ctx->fw_ref_count); in ll_lt_sap_bs_increament_ref_count()
298 ref_count = qdf_atomic_inc_return( in ll_lt_sap_bs_increament_ref_count()
299 &bs_ctx->ref_count[bs_req->vdev_id][bs_req->source]); in ll_lt_sap_bs_increament_ref_count()
304 bs_req->vdev_id, bs_req->source, ref_count, in ll_lt_sap_bs_increament_ref_count()
322 uint32_t ref_count; in ll_lt_sap_bs_decreament_ref_count() local
338 ref_count = qdf_atomic_dec_return(&bs_ctx->fw_ref_count); in ll_lt_sap_bs_decreament_ref_count()
340 &bs_ctx->ref_count[bs_req->vdev_id][bs_req->source])) { in ll_lt_sap_bs_decreament_ref_count()
347 ref_count = qdf_atomic_dec_return( in ll_lt_sap_bs_decreament_ref_count()
348 &bs_ctx->ref_count[bs_req->vdev_id][bs_req->source]); in ll_lt_sap_bs_decreament_ref_count()
[all …]
Dwlan_ll_lt_sap_bearer_switch.h105 qdf_atomic_t ref_count[WLAN_UMAC_PSOC_MAX_VDEVS][BEARER_SWITCH_REQ_MAX]; member
Dwlan_ll_lt_sap_main.c119 qdf_atomic_init(&bs_ctx->ref_count[i][j]); in ll_lt_sap_init()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c1481 qdf_atomic_inc(&be_soc->bank_profiles[bid].ref_count); in dp_tx_init_ipa_bank_profile()
1514 qdf_atomic_init(&be_soc->bank_profiles[i].ref_count); in dp_tx_init_bank_profiles()
1604 !qdf_atomic_read(&be_soc->bank_profiles[i].ref_count)) in dp_tx_get_bank_profile()
1635 qdf_atomic_inc(&be_soc->bank_profiles[bank_id].ref_count); in dp_tx_get_bank_profile()
1641 qdf_atomic_read(&be_soc->bank_profiles[bank_id].ref_count)); in dp_tx_get_bank_profile()
1663 qdf_atomic_dec(&be_soc->bank_profiles[be_vdev->bank_id].ref_count); in dp_tx_put_bank_profile()
Ddp_be.h223 qdf_atomic_t ref_count; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
Ddp_mlo.c150 qdf_atomic_inc(&soc->ref_count); in dp_mlo_get_soc_ref_by_chip_id()
989 qdf_atomic_dec(&link_peer_soc->ref_count); in dp_mlo_link_peer_hash_find_by_chip_id()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_types.h1785 int32_t ref_count; member
3210 qdf_atomic_t ref_count; member
Ddp_internal.h5479 vdev_evt->ref_count = qdf_atomic_read(&vdev->ref_cnt); in dp_cfg_event_record_vdev_evt()