Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_link_list.c32 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 …]
Dcsr_util.c184 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()
Dcsr_api_scan.c84 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()
Dcsr_inside_api.h43 tListElem Link;
61 tListElem *pCurEntry;
Dcsr_api_roam.c2363 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/
Dcsr_link_list.h41 } 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 …]
Dcsr_internal.h161 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);
Dsme_rrm_internal.h42 tListElem List;
Dsme_inside.h103 tListElem Link;
/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c148 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/
Dsme_rrm.c86 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/
Dsme_api.c154 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()