Searched refs:pNewEntry (Results 1 – 3 of 3) sorted by relevance
97 static void csr_list_insert_entry(tListElem *pEntry, tListElem *pNewEntry) in csr_list_insert_entry() argument107 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() argument291 csr_list_insert_entry(pEntry, pNewEntry); in csr_ll_insert_entry()
80 tListElem *pNewEntry, bool fInterlocked);
1573 struct sme_qos_flowinfoentry *pNewEntry = NULL; in sme_qos_internal_modify_req() local1681 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 …]