Searched refs:reo_exception_ring (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_rings_main.c | 632 soc->reo_exception_ring.hal_srng, in dp_service_srngs() 2900 hal_get_sw_hptp(hal_soc, soc->reo_exception_ring.hal_srng, &tp, &hp); in dp_display_srng_info() 3894 wlan_minidump_remove(soc->reo_exception_ring.base_vaddr_unaligned, in dp_soc_srng_deinit() 3895 soc->reo_exception_ring.alloc_size, in dp_soc_srng_deinit() 3898 dp_srng_deinit(soc, &soc->reo_exception_ring, REO_EXCEPTION, 0); in dp_soc_srng_deinit() 3987 if (dp_srng_init(soc, &soc->reo_exception_ring, in dp_soc_srng_init() 3993 &soc->reo_exception_ring, -1); in dp_soc_srng_init() 3995 wlan_minidump_log(soc->reo_exception_ring.base_vaddr_unaligned, in dp_soc_srng_init() 3996 soc->reo_exception_ring.alloc_size, in dp_soc_srng_init() 4111 dp_srng_free(soc, &soc->reo_exception_ring); in dp_soc_srng_free() [all …]
|
D | dp_types.h | 2804 struct dp_srng reo_exception_ring; member
|
D | dp_rx_err.c | 1063 hal_ring_handle_t hal_ring_hdl = soc->reo_exception_ring.hal_srng; in dp_rx_reo_err_entry_process()
|
D | dp_htt.c | 2983 &pdev->soc->reo_exception_ring,
|
D | dp_stats.c | 5815 soc_cfg_ctx->reo_exception_ring); in dp_print_soc_cfg_params() 6092 &pdev->soc->reo_exception_ring, in dp_print_umac_ring_stats()
|
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/ |
D | wlan_cfg.h | 447 int reo_exception_ring; member
|
D | wlan_cfg.c | 4324 wlan_cfg_ctx->reo_exception_ring = cfg_get(psoc, in wlan_cfg_soc_attach() 5238 return cfg->reo_exception_ring; in wlan_cfg_get_dp_soc_reo_exception_ring_size()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/ |
D | dp_mlo.c | 249 hal_ring_hdl = soc->reo_exception_ring.hal_srng; in dp_mlo_soc_drain_rx_buf()
|