Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/ !
H A Dcsr_link_list.c122 if (pList && (LIST_FLAG_OPEN == pList->Flag)) in csr_ll_count()
136 if (LIST_FLAG_OPEN == pList->Flag) in csr_ll_lock()
148 if (LIST_FLAG_OPEN == pList->Flag) in csr_ll_unlock()
161 if (LIST_FLAG_OPEN == pList->Flag) { in csr_ll_is_list_empty()
183 if (LIST_FLAG_OPEN == pList->Flag) { in csr_ll_find_entry()
212 if (LIST_FLAG_OPEN != pList->Flag) { in csr_ll_open()
218 pList->Flag = LIST_FLAG_OPEN; in csr_ll_open()
232 if (LIST_FLAG_OPEN == pList->Flag) { in csr_ll_close()
248 if (LIST_FLAG_OPEN == pList->Flag) { in csr_ll_insert_tail()
268 if (LIST_FLAG_OPEN == pList->Flag) { in csr_ll_insert_head()
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/ !
H A Dcsr_link_list.h45 LIST_FLAG_OPEN = 0xa1b2c4d7, enumerator