Home
last modified time | relevance | path

Searched refs:page_idx (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_mem.c1711 uint16_t page_idx; in qdf_mem_multi_pages_alloc_debug() local
1739 for (page_idx = 0; page_idx < pages->num_pages; page_idx++) { in qdf_mem_multi_pages_alloc_debug()
1740 cacheable_pages[page_idx] = qdf_mem_malloc_debug( in qdf_mem_multi_pages_alloc_debug()
1742 if (!cacheable_pages[page_idx]) in qdf_mem_multi_pages_alloc_debug()
1754 for (page_idx = 0; page_idx < pages->num_pages; page_idx++) { in qdf_mem_multi_pages_alloc_debug()
1762 page_idx); in qdf_mem_multi_pages_alloc_debug()
1775 for (i = 0; i < page_idx; i++) in qdf_mem_multi_pages_alloc_debug()
1781 for (i = 0; i < page_idx; i++) { in qdf_mem_multi_pages_alloc_debug()
1804 unsigned int page_idx; in qdf_mem_multi_pages_free_debug() local
1811 for (page_idx = 0; page_idx < pages->num_pages; page_idx++) in qdf_mem_multi_pages_free_debug()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_wfds.c581 uint16_t page_idx; in dp_wfds_del_server() local
615 for (page_idx = 0; page_idx < mp_info->num_pages; in dp_wfds_del_server()
616 page_idx++) in dp_wfds_del_server()
618 mp_info->dma_pages[page_idx].page_p_addr, in dp_wfds_del_server()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.c3124 int page_idx, total_pages; in dp_pdev_rx_buffers_attach() local
3195 for (page_idx = 0; page_idx < total_pages; page_idx++) { in dp_pdev_rx_buffers_attach()
H A Ddp_main.c2590 uint32_t page_idx = 0; in dp_link_desc_ring_replenish() local
2632 qdf_mem_zero(dma_pages[page_idx].page_v_addr_start, in dp_link_desc_ring_replenish()
2634 page_idx++; in dp_link_desc_ring_replenish()
2635 } while (page_idx < pages->num_pages); in dp_link_desc_ring_replenish()
2639 page_idx = 0; in dp_link_desc_ring_replenish()
2647 page_idx = count / pages->num_element_per_page; in dp_link_desc_ring_replenish()
2652 cookie = LINK_DESC_COOKIE(desc_id, page_idx, in dp_link_desc_ring_replenish()
2656 dma_pages[page_idx].page_p_addr in dp_link_desc_ring_replenish()
2675 page_idx = 0; count = 0; in dp_link_desc_ring_replenish()
2681 page_idx = count / num_descs_per_page; in dp_link_desc_ring_replenish()
[all …]