Home
last modified time | relevance | path

Searched refs:alloc_idx (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_ll.c152 (*pdev->rx_ring.alloc_idx.vaddr - in htt_rx_ring_elems()
397 idx = *pdev->rx_ring.alloc_idx.vaddr; in htt_rx_ring_fill_n()
522 *pdev->rx_ring.alloc_idx.vaddr = idx; in htt_rx_ring_fill_n()
2173 pdev->rx_ring.alloc_idx.vaddr = in htt_rx_attach()
2178 if (!pdev->rx_ring.alloc_idx.vaddr) in htt_rx_attach()
2181 pdev->rx_ring.alloc_idx.paddr = paddr; in htt_rx_attach()
2182 *pdev->rx_ring.alloc_idx.vaddr = 0; in htt_rx_attach()
2308 while (sw_rd_idx != *pdev->rx_ring.alloc_idx.vaddr) { in htt_rx_detach()
2344 pdev->rx_ring.alloc_idx.vaddr, in htt_rx_detach()
2345 pdev->rx_ring.alloc_idx.paddr, in htt_rx_detach()
[all …]
H A Dhtt_h2t.c463 qdf_get_lower_32_bits(pdev->rx_ring.alloc_idx.paddr)); in htt_h2t_rx_ring_cfg_msg_ll()
467 qdf_get_upper_32_bits(pdev->rx_ring.alloc_idx.paddr)); in htt_h2t_rx_ring_cfg_msg_ll()
470 pdev->rx_ring.alloc_idx.paddr); in htt_h2t_rx_ring_cfg_msg_ll()
574 *pdev->rx_ring.alloc_idx.vaddr); in htt_h2t_rx_ring_cfg_msg_ll()
671 *msg_word, pdev->rx_ring.alloc_idx.paddr); in htt_h2t_rx_ring_cfg_msg_hl()
H A Dhtt.c886 pdev->rx_ring.alloc_idx.vaddr, in htt_display()
887 (unsigned long long)pdev->rx_ring.alloc_idx.paddr); in htt_display()
889 indent + 8, " ", *pdev->rx_ring.alloc_idx.vaddr, in htt_display()
H A Dhtt_types.h323 } alloc_idx; member
H A Dhtt_internal.h1097 return (*pdev->rx_ring.alloc_idx.vaddr - in htt_rx_in_order_ring_elems()