Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_prealloc.c281 {REO_DST, (sizeof(struct reo_destination_ring)) * REO_DST_RING_SIZE, 0,
283 {REO_DST, (sizeof(struct reo_destination_ring)) * REO_DST_RING_SIZE, 0,
285 {REO_DST, (sizeof(struct reo_destination_ring)) * REO_DST_RING_SIZE, 0,
287 {REO_DST, (sizeof(struct reo_destination_ring)) * REO_DST_RING_SIZE, 0,
290 {REO_DST, (sizeof(struct reo_destination_ring)) * REO_DST_RING_SIZE, 0,
292 {REO_DST, (sizeof(struct reo_destination_ring)) * REO_DST_RING_SIZE, 0,
294 {REO_DST, (sizeof(struct reo_destination_ring)) * REO_DST_RING_SIZE, 0,
296 {REO_DST, (sizeof(struct reo_destination_ring)) * REO_DST_RING_SIZE, 0,
690 case REO_DST: in dp_update_mem_size_by_ring_type()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rings_main.c148 case REO_DST: in dp_soc_ring_if_nss_offloaded()
271 case REO_DST: in dp_srng_get_near_full_irq_mask()
469 if (ring_type == REO_DST) { in dp_srng_configure_pointer_update_thresholds()
1510 soc, REO_DST, IPA_ALT_REO_DEST_RING_IDX); in dp_soc_reset_ipa_vlan_intr_mask()
1598 soc, REO_DST, j); in dp_soc_reset_intr_mask()
1603 if (!dp_soc_ring_if_nss_offloaded(soc, REO_DST, j) && in dp_soc_reset_intr_mask()
1636 soc, REO_DST, lmac_id); in dp_soc_reset_intr_mask()
3870 dp_srng_deinit(soc, &soc->reo_dest_ring[i], REO_DST, i); in dp_soc_srng_deinit()
4047 if (dp_srng_init(soc, &soc->reo_dest_ring[i], REO_DST, i, 0)) { in dp_soc_srng_init()
4213 if (dp_srng_alloc(soc, &soc->reo_dest_ring[i], REO_DST, in dp_soc_srng_alloc()
[all …]
H A Ddp_rings.h278 if (ring_type == REO_DST || ring_type == RXDMA_DST) in dp_skip_msi_cfg()
H A Ddp_rx_defrag.c1797 REO_DST)); in dp_rx_defrag_save_info_from_ring_desc()
1807 hal_srng_get_entrysize(soc->hal_soc, REO_DST)); in dp_rx_defrag_save_info_from_ring_desc()
H A Ddp_main.c1540 case REO_DST: in dp_srng_calculate_msi_group()
1631 if ((ring_type == REO_DST) && in dp_ipa_vlan_srng_msi_setup()
1768 if (ring_type == REO_DST) { in dp_srng_configure_interrupt_thresholds()
1804 if (ring_type == REO_DST || ring_type == REO2PPE) { in dp_srng_configure_interrupt_thresholds()
7179 case REO_DST: in dp_srng_get_str_from_hal_ring_type()
H A Ddp_htt.c3065 REO_DST,
H A Ddp_internal.h3541 #define DP_SRNG_WM_MASK_REO_DST BIT(REO_DST)
H A Ddp_stats.c6118 REO_DST); in dp_print_umac_ring_stats()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_internal.h370 REO_DST = 0, enumerator
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
H A Dwlan_cfg.c3380 g_wlan_srng_cfg[REO_DST] = wlan_srng_reo_cfg; in wlan_set_srng_cfg()