Searched refs:tListElem (Results 1 – 12 of 12) sorted by relevance
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
D | csr_link_list.c | 32 static inline void csr_list_init(tListElem *pList) in csr_list_init() 37 static inline void csr_list_remove_entry(tListElem *pEntry) in csr_list_remove_entry() 39 tListElem *pLast; in csr_list_remove_entry() 40 tListElem *pNext; in csr_list_remove_entry() 48 static inline tListElem *csr_list_remove_head(tListElem *pHead) in csr_list_remove_head() 50 tListElem *pEntry; in csr_list_remove_head() 51 tListElem *pNext; in csr_list_remove_head() 61 static inline tListElem *csr_list_remove_tail(tListElem *pHead) in csr_list_remove_tail() 63 tListElem *pEntry; in csr_list_remove_tail() 64 tListElem *pLast; in csr_list_remove_tail() [all …]
|
D | csr_util.c | 184 tListElem *csr_nonscan_active_ll_peek_head(struct mac_context *mac_ctx, in csr_nonscan_active_ll_peek_head() 200 tListElem *csr_nonscan_pending_ll_peek_head(struct mac_context *mac_ctx, in csr_nonscan_pending_ll_peek_head() 221 tListElem *entry, bool inter_locked) in csr_nonscan_active_ll_remove_entry() 223 tListElem *head; in csr_nonscan_active_ll_remove_entry() 232 tListElem *csr_nonscan_pending_ll_next(struct mac_context *mac_ctx, in csr_nonscan_pending_ll_next() 233 tListElem *entry, bool inter_locked) in csr_nonscan_pending_ll_next()
|
D | csr_api_scan.c | 84 tListElem *pEntry; in csr_ll_scan_purge_result() 134 tListElem *pEntry; in csr_purge_channel_power() 428 tListElem *pEntry; in csr_scan_result_get_first() 450 tListElem *pEntry = NULL; in csr_scan_result_get_next() 510 tListElem *pEntry; in csr_save_tx_power_to_cfg()
|
D | csr_inside_api.h | 43 tListElem Link; 61 tListElem *pCurEntry;
|
D | csr_api_roam.c | 2363 tListElem *entry = NULL; in csr_is_deauth_disassoc_in_pending_q() 4529 tListElem *pEntry; in csr_roam_wm_status_change_complete()
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | csr_link_list.h | 41 } tListElem; typedef 50 tListElem ListHead; 74 void csr_ll_insert_head(tDblLinkList *pList, tListElem *pEntry, 76 void csr_ll_insert_tail(tDblLinkList *pList, tListElem *pEntry, 79 void csr_ll_insert_entry(tDblLinkList *pList, tListElem *pEntry, 80 tListElem *pNewEntry, bool fInterlocked); 81 tListElem *csr_ll_peek_head(tDblLinkList *pList, bool fInterlocked); 82 tListElem *csr_ll_peek_tail(tDblLinkList *pList, bool fInterlocked); 83 tListElem *csr_ll_remove_head(tDblLinkList *pList, bool fInterlocked); 84 tListElem *csr_ll_remove_tail(tDblLinkList *pList, bool fInterlocked); [all …]
|
D | csr_internal.h | 161 tListElem link; 557 tListElem *pEntryToRemove, bool inter_locked); 558 tListElem *csr_nonscan_active_ll_peek_head( 561 tListElem *csr_nonscan_pending_ll_peek_head( 564 tListElem *csr_nonscan_pending_ll_next( 566 tListElem *entry, bool inter_locked);
|
D | sme_rrm_internal.h | 42 tListElem List;
|
D | sme_inside.h | 103 tListElem Link;
|
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
D | sme_qos.c | 148 tListElem link; /* list links */ 223 tListElem link; /* list links */ 315 tListElem *pEntry); 397 static tListElem *sme_qos_find_in_flow_list(struct sme_qos_searchinfo 410 static QDF_STATUS sme_qos_setup_fnp(struct mac_context *mac, tListElem *pEntry); 412 tListElem *pEntry); 413 static QDF_STATUS sme_qos_modify_fnp(struct mac_context *mac, tListElem *pEntry); 414 static QDF_STATUS sme_qos_del_ts_ind_fnp(struct mac_context *mac, tListElem 417 tListElem *pEntry); 418 static QDF_STATUS sme_qos_add_ts_failure_fnp(struct mac_context *mac, tListElem [all …]
|
/wlan-driver/qcacld-3.0/core/sme/src/rrm/ |
D | sme_rrm.c | 86 tListElem *pEntry; in rrm_ll_purge_neighbor_cache() 1876 tListElem *pEntry; in rrm_store_neighbor_rpt_by_roam_score()
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 154 tListElem *entry; in sme_process_set_hw_mode_resp() 413 tListElem *pEntry; in sme_get_command_buffer() 682 tListElem *entry; in sme_get_sessionid_from_activelist() 1789 tListElem *entry = NULL; in sme_process_dual_mac_config_resp() 1903 tListElem *entry; in sme_process_antenna_mode_resp() 2709 tListElem *entry = NULL; in sme_process_sap_ch_width_update_rsp() 3149 tListElem *entry = NULL; in sme_process_nss_update_resp()
|