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 D | dp_rings_main.c | 3683 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 D | dp_tx.h | 995 return soc->tcl_cmd_credit_ring.hal_srng; in dp_tx_get_hal_ring_hdl()
|
H A D | dp_types.h | 2831 struct dp_srng tcl_cmd_credit_ring; member
|
H A D | dp_htt.c | 2927 &pdev->soc->tcl_cmd_credit_ring,
|
H A D | dp_stats.c | 5805 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 D | wlan_cfg.h | 443 int tcl_cmd_credit_ring; member
|
H A D | wlan_cfg.c | 4314 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()
|