Lines Matching refs:phead

227 	struct list_head	*phead, *plist;  in _rtw_find_network()  local
237 phead = get_list_head(scanned_queue); in _rtw_find_network()
238 list_for_each(plist, phead) { in _rtw_find_network()
245 if (plist == phead) in _rtw_find_network()
256 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local
263 phead = get_list_head(scanned_queue); in rtw_free_network_queue()
264 list_for_each_safe(plist, tmp, phead) { in rtw_free_network_queue()
404 struct list_head *phead, *plist; in _rtw_find_same_network() local
407 phead = get_list_head(scanned_queue); in _rtw_find_same_network()
408 list_for_each(plist, phead) { in _rtw_find_same_network()
415 if (plist == phead) in _rtw_find_same_network()
423 struct list_head *plist, *phead; in rtw_get_oldest_wlan_network() local
428 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network()
430 list_for_each(plist, phead) { in rtw_get_oldest_wlan_network()
513 struct list_head *plist, *phead; in rtw_update_scanned_network() local
523 phead = get_list_head(queue); in rtw_update_scanned_network()
524 list_for_each(plist, phead) { in rtw_update_scanned_network()
844 struct list_head *plist, *phead, *ptemp; in free_scanqueue() local
849 phead = get_list_head(scan_queue); in free_scanqueue()
850 plist = get_next(phead); in free_scanqueue()
852 while (plist != phead) { in free_scanqueue()
1737 struct list_head *phead; in rtw_select_roaming_candidate() local
1748 phead = get_list_head(queue); in rtw_select_roaming_candidate()
1750 list_for_each(mlme->pscanned, phead) { in rtw_select_roaming_candidate()
1830 struct list_head *phead; in rtw_select_and_join_from_scanned_queue() local
1846 phead = get_list_head(queue); in rtw_select_and_join_from_scanned_queue()
1847 list_for_each(pmlmepriv->pscanned, phead) { in rtw_select_and_join_from_scanned_queue()