Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rings_main.c3683 status = dp_srng_init(soc, &soc->tcl_cmd_credit_ring, in dp_soc_tcl_cmd_cred_srng_init()
3688 wlan_minidump_log(soc->tcl_cmd_credit_ring.base_vaddr_unaligned, in dp_soc_tcl_cmd_cred_srng_init()
3689 soc->tcl_cmd_credit_ring.alloc_size, in dp_soc_tcl_cmd_cred_srng_init()
3701 wlan_minidump_remove(soc->tcl_cmd_credit_ring.base_vaddr_unaligned, in dp_soc_tcl_cmd_cred_srng_deinit()
3702 soc->tcl_cmd_credit_ring.alloc_size, in dp_soc_tcl_cmd_cred_srng_deinit()
3705 dp_srng_deinit(soc, &soc->tcl_cmd_credit_ring, in dp_soc_tcl_cmd_cred_srng_deinit()
3718 status = dp_srng_alloc(soc, &soc->tcl_cmd_credit_ring, in dp_soc_tcl_cmd_cred_srng_alloc()
3730 dp_srng_free(soc, &soc->tcl_cmd_credit_ring); in dp_soc_tcl_cmd_cred_srng_free()
3737 soc->tcl_cmd_credit_ring.hal_srng); in dp_tx_init_cmd_credit_ring()
H A Ddp_tx.h995 return soc->tcl_cmd_credit_ring.hal_srng; in dp_tx_get_hal_ring_hdl()
H A Ddp_types.h2831 struct dp_srng tcl_cmd_credit_ring; member
H A Ddp_htt.c2927 &pdev->soc->tcl_cmd_credit_ring,
H A Ddp_stats.c5805 soc_cfg_ctx->tcl_cmd_credit_ring); in dp_print_soc_cfg_params()
6107 &pdev->soc->tcl_cmd_credit_ring, in dp_print_umac_ring_stats()
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
H A Dwlan_cfg.h443 int tcl_cmd_credit_ring; member
H A Dwlan_cfg.c4314 wlan_cfg_ctx->tcl_cmd_credit_ring = cfg_get(psoc, in wlan_cfg_soc_attach()
5214 return cfg->tcl_cmd_credit_ring; in wlan_cfg_get_dp_soc_tcl_cmd_credit_ring_size()