Searched refs:end_of_queue_search (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8712/ | 
| D | rtl871x_sta_mgt.c | 74 	while (!end_of_queue_search(phead, plist))  in mfree_all_stainfo() 206 		while (!end_of_queue_search(phead, plist)) {  in r8712_free_all_stainfo() 231 	while (!end_of_queue_search(phead, plist)) {  in r8712_get_stainfo()
  | 
| D | osdep_service.h | 48 static inline u32 end_of_queue_search(struct list_head *head,  in end_of_queue_search()  function
  | 
| D | rtl871x_mlme.c | 165 	while (!end_of_queue_search(phead, plist)) {  in r8712_free_network_queue() 267 		if (end_of_queue_search(phead, plist) ==  true)  in r8712_get_oldest_wlan_network() 347 		if (end_of_queue_search(phead, plist))  in update_scanned_network() 365 	if (end_of_queue_search(phead, plist)) {  in update_scanned_network() 1082 		if (end_of_queue_search(phead, pmlmepriv->pscanned)) {  in r8712_select_and_join_from_scan()
  | 
| D | rtl8712_xmit.c | 159 	if (!end_of_queue_search(xmitframe_phead, xmitframe_plist)) {  in dequeue_one_xmitframe() 199 		while (!end_of_queue_search(sta_phead, sta_plist)) {  in dequeue_xframe_ex()
  | 
| D | rtl8712_recv.c | 207 	while (!end_of_queue_search(phead, plist)) {  in recvframe_defrag() 486 	while (!end_of_queue_search(phead, plist)) {  in enqueue_reorder_recvframe()
  | 
| D | rtl871x_ioctl_linux.c | 1057 		if (end_of_queue_search(phead, pmlmepriv->pscanned))  in r8711_wx_set_wap() 1209 		if (end_of_queue_search(phead, plist))  in r8711_wx_get_scan() 1268 			if (end_of_queue_search(phead, pmlmepriv->pscanned))  in r8711_wx_set_essid() 1977 		if (end_of_queue_search(phead, plist))  in r871x_get_ap_info()
  | 
| D | rtl871x_recv.c | 129 	while (!end_of_queue_search(phead, plist)) {  in r8712_free_recvframe_queue()
  | 
| D | rtl871x_xmit.c | 846 	while (!end_of_queue_search(phead, plist)) {  in r8712_free_xmitframe_queue()
  |