Searched refs:wbm_desc_rel_ring (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_rings_main.c | 2906 hal_get_sw_hptp(hal_soc, soc->wbm_desc_rel_ring.hal_srng, &tp, &hp); in dp_display_srng_info() 3841 wlan_minidump_remove(soc->wbm_desc_rel_ring.base_vaddr_unaligned, in dp_soc_srng_deinit() 3842 soc->wbm_desc_rel_ring.alloc_size, in dp_soc_srng_deinit() 3845 dp_srng_deinit(soc, &soc->wbm_desc_rel_ring, SW2WBM_RELEASE, 0); in dp_soc_srng_deinit() 3933 if (dp_srng_init(soc, &soc->wbm_desc_rel_ring, SW2WBM_RELEASE, 0, 0)) { in dp_soc_srng_init() 3938 &soc->wbm_desc_rel_ring, -1); in dp_soc_srng_init() 3940 wlan_minidump_log(soc->wbm_desc_rel_ring.base_vaddr_unaligned, in dp_soc_srng_init() 3941 soc->wbm_desc_rel_ring.alloc_size, in dp_soc_srng_init() 4091 dp_srng_free(soc, &soc->wbm_desc_rel_ring); in dp_soc_srng_free() 4136 if (dp_srng_alloc(soc, &soc->wbm_desc_rel_ring, SW2WBM_RELEASE, in dp_soc_srng_alloc()
|
D | dp_rx_err.c | 192 struct dp_srng *wbm_desc_rel_ring = &soc->wbm_desc_rel_ring; in dp_rx_link_desc_return_by_addr() local 193 hal_ring_handle_t wbm_rel_srng = wbm_desc_rel_ring->hal_srng; in dp_rx_link_desc_return_by_addr()
|
D | dp_types.h | 2840 struct dp_srng wbm_desc_rel_ring; member
|
D | dp_htt.c | 3052 &pdev->soc->wbm_desc_rel_ring,
|
D | dp_stats.c | 6113 &pdev->soc->wbm_desc_rel_ring, in dp_print_umac_ring_stats()
|