Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_link_list.c39 tListElem *pLast; in csr_list_remove_entry() local
42 pLast = pEntry->last; in csr_list_remove_entry()
44 pLast->next = pNext; in csr_list_remove_entry()
45 pNext->last = pLast; in csr_list_remove_entry()
64 tListElem *pLast; in csr_list_remove_tail() local
67 pLast = pEntry->last; in csr_list_remove_tail()
68 pHead->last = pLast; in csr_list_remove_tail()
69 pLast->next = pHead; in csr_list_remove_tail()
76 tListElem *pLast; in csr_list_insert_tail() local
78 pLast = pHead->last; in csr_list_insert_tail()
[all …]