/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 143 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 152 phead = &(pstapriv->sta_hash[index]); in _rtw_free_sta_priv() 153 plist = phead->next; in _rtw_free_sta_priv() 155 while (phead != plist) { in _rtw_free_sta_priv() 312 struct list_head *phead, *plist; in rtw_free_stainfo() local 326 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() 327 plist = phead->next; in rtw_free_stainfo() 329 while (!list_empty(phead)) { in rtw_free_stainfo() 392 struct list_head *plist, *phead; in rtw_free_all_stainfo() local 405 phead = &(pstapriv->sta_hash[index]); in rtw_free_all_stainfo() [all …]
|
D | rtw_ap.c | 284 struct list_head *phead, *plist; in expire_timeout_chk() local 294 phead = &pstapriv->auth_list; in expire_timeout_chk() 295 plist = phead->next; in expire_timeout_chk() 298 while (phead != plist) { in expire_timeout_chk() 328 phead = &pstapriv->asoc_list; in expire_timeout_chk() 329 plist = phead->next; in expire_timeout_chk() 332 while (phead != plist) { in expire_timeout_chk() 1140 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1155 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta() 1156 plist = phead->next; in rtw_acl_add_sta() [all …]
|
D | rtw_mlme.c | 190 struct list_head *phead, *plist; in rtw_find_network() local 198 phead = get_list_head(scanned_queue); in rtw_find_network() 199 plist = phead->next; in rtw_find_network() 201 while (plist != phead) { in rtw_find_network() 207 if (plist == phead) in rtw_find_network() 216 struct list_head *phead, *plist; in rtw_free_network_queue() local 223 phead = get_list_head(scanned_queue); in rtw_free_network_queue() 224 plist = phead->next; in rtw_free_network_queue() 226 while (phead != plist) { in rtw_free_network_queue() 340 struct list_head *plist, *phead; in rtw_get_oldest_wlan_network() local [all …]
|
D | rtw_recv.c | 225 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 229 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue() 230 plist = phead->next; in rtw_free_recvframe_queue() 232 while (phead != plist) { in rtw_free_recvframe_queue() 1404 struct list_head *plist, *phead; in recvframe_defrag() local 1414 phead = get_list_head(defrag_q); in recvframe_defrag() 1415 plist = phead->next; in recvframe_defrag() 1435 while (phead != plist) { in recvframe_defrag() 1488 struct list_head *phead; in recvframe_chk_defrag() local 1532 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag() [all …]
|
D | rtw_ioctl_set.c | 26 struct list_head *plist, *phead; in rtw_do_join() local 34 phead = get_list_head(queue); in rtw_do_join() 35 plist = phead->next; in rtw_do_join() 37 …_rtl871x_ioctl_set_c_, _drv_info_, ("\n rtw_do_join: phead = %p; plist = %p\n\n\n", phead, plist)); in rtw_do_join()
|
D | rtw_xmit.c | 1397 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local 1403 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue() 1404 plist = phead->next; in rtw_free_xmitframe_queue() 1406 while (phead != plist) { in rtw_free_xmitframe_queue() 1805 struct list_head *plist, *phead; in dequeue_xmitframes_to_sleeping_queue() local 1812 phead = get_list_head(pframequeue); in dequeue_xmitframes_to_sleeping_queue() 1813 plist = phead->next; in dequeue_xmitframes_to_sleeping_queue() 1815 while (phead != plist) { in dequeue_xmitframes_to_sleeping_queue()
|
D | rtw_mlme_ext.c | 1720 struct list_head *plist, *phead; in issue_action_BSSCoexistPacket() local 1798 phead = get_list_head(queue); in issue_action_BSSCoexistPacket() 1799 plist = phead->next; in issue_action_BSSCoexistPacket() 1801 while (phead != plist) { in issue_action_BSSCoexistPacket()
|
/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 81 struct list_head *plist, *phead; in mfree_all_stainfo() local 84 phead = &pstapriv->free_sta_queue.queue; in mfree_all_stainfo() 85 plist = phead->next; in mfree_all_stainfo() 86 while (!end_of_queue_search(phead, plist)) in mfree_all_stainfo() 207 struct list_head *plist, *phead; in r8712_free_all_stainfo() local 217 phead = &(pstapriv->sta_hash[index]); in r8712_free_all_stainfo() 218 plist = phead->next; in r8712_free_all_stainfo() 219 while (!end_of_queue_search(phead, plist)) { in r8712_free_all_stainfo() 234 struct list_head *plist, *phead; in r8712_get_stainfo() local 242 phead = &(pstapriv->sta_hash[index]); in r8712_get_stainfo() [all …]
|
D | rtl8712_recv.c | 129 precvbuf->phead = precvbuf->pbuf; in r8712_init_recvbuf() 198 struct list_head *plist, *phead; in recvframe_defrag() local 206 phead = &defrag_q->queue; in recvframe_defrag() 207 plist = phead->next; in recvframe_defrag() 223 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag() 265 struct list_head *phead; in r8712_recvframe_chk_defrag() local 298 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag() 299 list_add_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag() 315 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag() 316 list_add_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag() [all …]
|
D | rtl871x_mlme.c | 149 struct list_head *phead, *plist; in _r8712_find_network() local 155 phead = &scanned_queue->queue; in _r8712_find_network() 156 plist = phead->next; in _r8712_find_network() 157 while (plist != phead) { in _r8712_find_network() 170 struct list_head *phead, *plist; in _free_network_queue() local 176 phead = &scanned_queue->queue; in _free_network_queue() 177 plist = phead->next; in _free_network_queue() 178 while (!end_of_queue_search(phead, plist)) { in _free_network_queue() 298 struct list_head *plist, *phead; in r8712_get_oldest_wlan_network() local 302 phead = &scanned_queue->queue; in r8712_get_oldest_wlan_network() [all …]
|
D | rtl871x_ioctl_linux.c | 1045 struct list_head *phead; in r8711_wx_set_wap() local 1058 phead = &queue->queue; in r8711_wx_set_wap() 1059 pmlmepriv->pscanned = phead->next; in r8711_wx_set_wap() 1061 if (end_of_queue_search(phead, pmlmepriv->pscanned)) in r8711_wx_set_wap() 1195 struct list_head *plist, *phead; in r8711_wx_get_scan() local 1210 phead = &queue->queue; in r8711_wx_get_scan() 1211 plist = phead->next; in r8711_wx_get_scan() 1213 if (end_of_queue_search(phead, plist)) in r8711_wx_get_scan() 1252 struct list_head *phead; in r8711_wx_set_essid() local 1269 phead = &queue->queue; in r8711_wx_set_essid() [all …]
|
D | rtl871x_ioctl_set.c | 54 struct list_head *plist, *phead; in do_join() local 59 phead = &queue->queue; in do_join() 60 plist = phead->next; in do_join()
|
D | rtl871x_recv.c | 139 struct list_head *plist, *phead; in r8712_free_recvframe_queue() local 142 phead = &pframequeue->queue; in r8712_free_recvframe_queue() 143 plist = phead->next; in r8712_free_recvframe_queue() 144 while (!end_of_queue_search(phead, plist)) { in r8712_free_recvframe_queue()
|
D | rtl8712_recv.h | 110 u8 *phead; member
|
D | recv_linux.c | 66 precvbuf->phead = NULL; in r8712_os_recvbuf_resource_alloc()
|
D | usb_ops_linux.c | 284 precvbuf->phead = precvbuf->pskb->head; in r8712_usb_read_port() 290 precvbuf->phead = precvbuf->pskb->head; in r8712_usb_read_port()
|
D | rtl871x_xmit.c | 851 struct list_head *plist, *phead; in r8712_free_xmitframe_queue() local 855 phead = &pframequeue->queue; in r8712_free_xmitframe_queue() 856 plist = phead->next; in r8712_free_xmitframe_queue() 857 while (!end_of_queue_search(phead, plist)) { in r8712_free_xmitframe_queue()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 165 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 171 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst() 172 plist = phead->next; in rtw_mlcst2unicst() 175 while (phead != plist) { in rtw_mlcst2unicst()
|
D | ioctl_linux.c | 964 struct list_head *phead; in rtw_wx_set_wap() local 987 phead = get_list_head(queue); in rtw_wx_set_wap() 988 pmlmepriv->pscanned = phead->next; in rtw_wx_set_wap() 990 while (phead != pmlmepriv->pscanned) { in rtw_wx_set_wap() 1217 struct list_head *plist, *phead; in rtw_wx_get_scan() local 1249 phead = get_list_head(queue); in rtw_wx_get_scan() 1250 plist = phead->next; in rtw_wx_get_scan() 1252 while (phead != plist) { in rtw_wx_get_scan() 1288 struct list_head *phead; in rtw_wx_set_essid() local 1334 phead = get_list_head(queue); in rtw_wx_set_essid() [all …]
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 549 void *phead; in ipoib_send() local 554 phead = skb->data; in ipoib_send() 571 phead = NULL; in ipoib_send() 626 address->ah, qpn, tx_req, phead, hlen); in ipoib_send()
|