Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_ll.c1202 struct htt_list_node *list_iter = NULL; in htt_rx_hash_list_lookup() local
1215 HTT_LIST_ITER_FWD(list_iter, &pdev->rx_ring.hash_table[i]->listhead) { in htt_rx_hash_list_lookup()
1217 ((char *)list_iter - in htt_rx_hash_list_lookup()
1354 struct htt_list_node *list_iter = NULL; in htt_rx_hash_deinit() local
1369 list_iter = hash_table[i]->listhead.next; in htt_rx_hash_deinit()
1370 while (list_iter != &hash_table[i]->listhead) { in htt_rx_hash_deinit()
1372 (struct htt_rx_hash_entry *)((char *)list_iter - in htt_rx_hash_deinit()
1408 list_iter = list_iter->next; in htt_rx_hash_deinit()
2366 struct htt_list_node *list_iter = NULL; in htt_rx_hash_smmu_map() local
2376 list_iter = hash_table[i]->listhead.next; in htt_rx_hash_smmu_map()
[all …]