Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rings_main.c1183 uint32_t tlds; in dp_hw_link_desc_ring_alloc() local
1187 tlds = soc->total_link_descs; in dp_hw_link_desc_ring_alloc()
1190 total_mem_size = entry_size * tlds; in dp_hw_link_desc_ring_alloc()
1193 if (dp_srng_alloc(soc, dp_srng, ring_type, tlds, 0)) { in dp_hw_link_desc_ring_alloc()