Searched refs:csr_ll_peek_head (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
D | csr_link_list.c | 184 pEntry = csr_ll_peek_head(pList, LL_ACCESS_NOLOCK); in csr_ll_find_entry() 370 tListElem *csr_ll_peek_head(tDblLinkList *pList, bool fInterlocked) in csr_ll_peek_head() function 430 pEntry = csr_ll_peek_head(pList, LL_ACCESS_NOLOCK); in csr_ll_remove_entry()
|
D | csr_api_scan.c | 435 pEntry = csr_ll_peek_head(&pResultList->List, LL_ACCESS_NOLOCK); in csr_scan_result_get_first() 460 pEntry = csr_ll_peek_head(&pResultList->List, LL_ACCESS_NOLOCK); in csr_scan_result_get_next() 525 pEntry = csr_ll_peek_head(pList, LL_ACCESS_NOLOCK); in csr_save_tx_power_to_cfg()
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | csr_link_list.h | 81 tListElem *csr_ll_peek_head(tDblLinkList *pList, bool fInterlocked);
|
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
D | sme_qos.c | 3131 entry = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_qos_process_ft_reassoc_req_ev() 4139 entry = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_qos_process_reassoc_req_ev() 4972 list_elt = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_qos_update_tspec_mask() 5445 pEntry = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_qos_update_params() 5548 list_elt = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_qos_find_in_flow_list() 5620 list_elt = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_qos_find_all_in_flow_list() 5743 list_entry = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_qos_buffer_existing_flows() 5835 pEntry = csr_ll_peek_head(&sme_qos_cb.flow_list, true); in sme_qos_delete_existing_flows() 6012 pEntry = csr_ll_peek_head(&pSession->bufferedCommandList, true); in sme_qos_delete_buffered_requests() 6694 pEntry = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_offload_qos_process_out_of_uapsd_mode() [all …]
|
/wlan-driver/qcacld-3.0/core/sme/src/rrm/ |
D | sme_rrm.c | 1902 pEntry = csr_ll_peek_head(&pSmeRrmContext->neighborReportCache, in rrm_store_neighbor_rpt_by_roam_score()
|