Searched refs:end_of_queue_search (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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 | 47 static inline u32 end_of_queue_search(struct list_head *head, in end_of_queue_search() function
|
D | rtl871x_mlme.c | 164 while (!end_of_queue_search(phead, plist)) { in r8712_free_network_queue() 266 if (end_of_queue_search(phead, plist)) in r8712_get_oldest_wlan_network() 346 if (end_of_queue_search(phead, plist)) in update_scanned_network() 363 if (end_of_queue_search(phead, plist)) { in update_scanned_network() 1054 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 | 199 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag() 476 while (!end_of_queue_search(phead, plist)) { in enqueue_reorder_recvframe()
|
D | rtl871x_ioctl_linux.c | 1051 if (end_of_queue_search(phead, pmlmepriv->pscanned)) in r8711_wx_set_wap() 1203 if (end_of_queue_search(phead, plist)) in r8711_wx_get_scan() 1262 if (end_of_queue_search(phead, pmlmepriv->pscanned)) in r8711_wx_set_essid() 1971 if (end_of_queue_search(phead, plist)) in r871x_get_ap_info()
|
D | rtl871x_recv.c | 125 while (!end_of_queue_search(phead, plist)) { in r8712_free_recvframe_queue()
|
D | rtl871x_xmit.c | 837 while (!end_of_queue_search(phead, plist)) { in r8712_free_xmitframe_queue()
|