Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_link_list.c97 static void csr_list_insert_entry(tListElem *pEntry, tListElem *pNewEntry) in csr_list_insert_entry() argument
107 pLast->next = pNewEntry; in csr_list_insert_entry()
108 pEntry->last = pNewEntry; in csr_list_insert_entry()
109 pNewEntry->next = pEntry; in csr_list_insert_entry()
110 pNewEntry->last = pLast; in csr_list_insert_entry()
280 tListElem *pNewEntry, bool fInterlocked) in csr_ll_insert_entry() argument
291 csr_list_insert_entry(pEntry, pNewEntry); in csr_ll_insert_entry()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_link_list.h80 tListElem *pNewEntry, bool fInterlocked);
/wlan-driver/qcacld-3.0/core/sme/src/qos/
H A Dsme_qos.c1573 struct sme_qos_flowinfoentry *pNewEntry = NULL; in sme_qos_internal_modify_req() local
1681 pNewEntry = qdf_mem_malloc(sizeof(*pNewEntry)); in sme_qos_internal_modify_req()
1682 if (!pNewEntry) in sme_qos_internal_modify_req()
1685 pNewEntry->ac_type = ac; in sme_qos_internal_modify_req()
1686 pNewEntry->sessionId = sessionId; in sme_qos_internal_modify_req()
1687 pNewEntry->HDDcontext = flow_info->HDDcontext; in sme_qos_internal_modify_req()
1688 pNewEntry->QoSCallback = flow_info->QoSCallback; in sme_qos_internal_modify_req()
1689 pNewEntry->QosFlowID = flow_info->QosFlowID; in sme_qos_internal_modify_req()
1690 pNewEntry->reason = SME_QOS_REASON_MODIFY_PENDING; in sme_qos_internal_modify_req()
1695 pNewEntry->tspec_mask = flow_info->tspec_mask; in sme_qos_internal_modify_req()
[all …]