Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_reo.c40 desc_size = HAL_GET_NUM_DWORDS(hal_srng_get_entrysize(soc, REO_CMD)); in hal_reo_init_cmd_ring()
H A Dhal_srng.c1974 uint32_t hal_srng_get_entrysize(void *hal_soc, int ring_type) in hal_srng_get_entrysize() function
1981 qdf_export_symbol(hal_srng_get_entrysize);
H A Dhal_api.h992 uint32_t hal_srng_get_entrysize(void *hal_soc, int ring_type);
2701 hal_srng_get_entrysize(hal_soc_hdl, WBM_IDLE_LINK); in hal_idle_scatter_buf_num_entries()
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos.c247 uint32_t entry_size = hal_srng_get_entrysize(hal_soc, WIFI_POS_SRC); in target_if_wifi_pos_init_ring()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_defrag.c1796 dst_ring_desc = qdf_mem_malloc(hal_srng_get_entrysize(soc->hal_soc, 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_rings_main.c1079 hal_srng_get_entrysize(soc->hal_soc, in dp_hw_link_desc_pool_banks_alloc()
1189 entry_size = hal_srng_get_entrysize(soc->hal_soc, ring_type); in dp_hw_link_desc_ring_alloc()
H A Ddp_htt.c617 hal_srng_get_entrysize(soc->hal_soc, hal_ring_type);
H A Ddp_main.c2294 uint32_t entry_size = hal_srng_get_entrysize(hal_soc, ring_type); in dp_srng_alloc()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h1888 return ring->alloc_size / hal_srng_get_entrysize(soc->hal_soc, in dp_monitor_get_num_link_desc_ring_entries()
1905 return ring->alloc_size / hal_srng_get_entrysize(soc->hal_soc, in dp_monitor_get_num_link_desc_ring_entries()
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/
H A Dtarget_if_direct_buf_rx_main.c1475 entry_size = hal_srng_get_entrysize(dbr_psoc_obj->hal_soc, in target_if_dbr_init_ring()