Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c181 struct __queue *pfree_sta_queue; in rtw_alloc_stainfo() local
186 pfree_sta_queue = &pstapriv->free_sta_queue; in rtw_alloc_stainfo()
190 if (list_empty(&pfree_sta_queue->queue)) { in rtw_alloc_stainfo()
195 psta = container_of(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo()
272 struct __queue *pfree_sta_queue; in rtw_free_stainfo() local
286 pfree_sta_queue = &pstapriv->free_sta_queue; in rtw_free_stainfo()
420 list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); in rtw_free_stainfo()