Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/rrm/
H A Dsme_rrm.c1737 &mac->rrm.rrmSmeContext[0].neighborReportCache); in sme_rrm_neighbor_report_request()
1889 (&pSmeRrmContext->neighborReportCache, LL_ACCESS_LOCK)) { in rrm_store_neighbor_rpt_by_roam_score()
1894 csr_ll_insert_tail(&pSmeRrmContext->neighborReportCache, in rrm_store_neighbor_rpt_by_roam_score()
1902 pEntry = csr_ll_peek_head(&pSmeRrmContext->neighborReportCache, in rrm_store_neighbor_rpt_by_roam_score()
1911 neighborReportCache, pEntry, LL_ACCESS_LOCK); in rrm_store_neighbor_rpt_by_roam_score()
1918 csr_ll_insert_entry(&pSmeRrmContext->neighborReportCache, in rrm_store_neighbor_rpt_by_roam_score()
1925 csr_ll_insert_tail(&pSmeRrmContext->neighborReportCache, in rrm_store_neighbor_rpt_by_roam_score()
1955 neighborReportCache); in sme_rrm_process_neighbor_report()
2004 neighborReportCache)) in sme_rrm_process_neighbor_report()
2125 csr_ll_open(&pSmeRrmContext->neighborReportCache); in rrm_open()
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_rrm_internal.h110 tDblLinkList neighborReportCache; member