Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c60 _init_queue(&pstapriv->free_sta_queue); in _r8712_init_sta_priv()
70 get_list_head(&pstapriv->free_sta_queue)); in _r8712_init_sta_priv()
86 phead = get_list_head(&pstapriv->free_sta_queue); in mfree_all_stainfo()
123 pfree_sta_queue = &pstapriv->free_sta_queue; in r8712_alloc_stainfo()
180 pfree_sta_queue = &pstapriv->free_sta_queue; in r8712_free_stainfo()
Dsta_info.h105 struct __queue free_sta_queue; member