Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_scan.c431 struct scan_result_list *pResultList = in csr_scan_result_get_first() local
434 if (pResultList) { in csr_scan_result_get_first()
435 pEntry = csr_ll_peek_head(&pResultList->List, LL_ACCESS_NOLOCK); in csr_scan_result_get_first()
441 pResultList->pCurEntry = pEntry; in csr_scan_result_get_first()
453 struct scan_result_list *pResultList = in csr_scan_result_get_next() local
456 if (!pResultList) in csr_scan_result_get_next()
459 if (!pResultList->pCurEntry) in csr_scan_result_get_next()
460 pEntry = csr_ll_peek_head(&pResultList->List, LL_ACCESS_NOLOCK); in csr_scan_result_get_next()
462 pEntry = csr_ll_next(&pResultList->List, pResultList->pCurEntry, in csr_scan_result_get_next()
470 pResultList->pCurEntry = pEntry; in csr_scan_result_get_next()