/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 151 struct list_head *plist, *phead; in rtw_mfree_all_stainfo() local 157 phead = get_list_head(&pstapriv->free_sta_queue); in rtw_mfree_all_stainfo() 158 plist = phead->next; in rtw_mfree_all_stainfo() 160 while (phead != plist) { in rtw_mfree_all_stainfo() 176 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 185 phead = &(pstapriv->sta_hash[index]); in _rtw_free_sta_priv() 186 plist = phead->next; in _rtw_free_sta_priv() 188 while (phead != plist) { in _rtw_free_sta_priv() 348 struct list_head *phead, *plist; in rtw_free_stainfo() local 362 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() [all …]
|
D | rtw_ap.c | 277 struct list_head *phead, *plist; in expire_timeout_chk() local 287 phead = &pstapriv->auth_list; in expire_timeout_chk() 288 plist = phead->next; in expire_timeout_chk() 291 while (phead != plist) { in expire_timeout_chk() 321 phead = &pstapriv->asoc_list; in expire_timeout_chk() 322 plist = phead->next; in expire_timeout_chk() 325 while (phead != plist) { in expire_timeout_chk() 1123 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1138 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta() 1139 plist = phead->next; in rtw_acl_add_sta() [all …]
|
D | rtw_recv.c | 130 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 137 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe() 139 plist = phead->next; in _rtw_alloc_recvframe() 251 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 255 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue() 256 plist = phead->next; in rtw_free_recvframe_queue() 258 while (phead != plist) { in rtw_free_recvframe_queue() 1438 struct list_head *plist, *phead; in recvframe_defrag() local 1449 phead = get_list_head(defrag_q); in recvframe_defrag() 1450 plist = phead->next; in recvframe_defrag() [all …]
|
D | rtw_mlme.c | 210 struct list_head *phead, *plist; in rtw_find_network() local 218 phead = get_list_head(scanned_queue); in rtw_find_network() 219 plist = phead->next; in rtw_find_network() 221 while (plist != phead) { in rtw_find_network() 227 if (plist == phead) in rtw_find_network() 236 struct list_head *phead, *plist; in rtw_free_network_queue() local 243 phead = get_list_head(scanned_queue); in rtw_free_network_queue() 244 plist = phead->next; in rtw_free_network_queue() 246 while (phead != plist) { in rtw_free_network_queue() 361 struct list_head *plist, *phead; in rtw_get_oldest_wlan_network() local [all …]
|
D | rtw_xmit.c | 1218 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1227 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1229 plist = phead->next; in rtw_alloc_xmitbuf_ext() 1280 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1291 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf() 1293 plist = phead->next; in rtw_alloc_xmitbuf() 1365 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1375 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe() 1377 plist = phead->next; in rtw_alloc_xmitframe() 1449 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local [all …]
|
D | rtw_ioctl_set.c | 39 struct list_head *plist, *phead; in rtw_do_join() local 47 phead = get_list_head(queue); in rtw_do_join() 48 plist = phead->next; in rtw_do_join() 50 …_rtl871x_ioctl_set_c_, _drv_info_, ("\n rtw_do_join: phead = %p; plist = %p\n\n\n", phead, plist)); in rtw_do_join()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_sta_mgt.c | 86 struct list_head *phead, *plist, *ptmp; in _rtw_free_sta_priv23a() local 95 phead = &pstapriv->sta_hash[index]; in _rtw_free_sta_priv23a() 97 list_for_each_safe(plist, ptmp, phead) { in _rtw_free_sta_priv23a() 267 struct list_head *phead, *plist; in rtw_free_stainfo23a() local 279 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo23a() 280 plist = phead->next; in rtw_free_stainfo23a() 282 while (!list_empty(phead)) { in rtw_free_stainfo23a() 330 struct list_head *plist, *phead, *ptmp; in rtw_free_all_stainfo23a() local 342 phead = &pstapriv->sta_hash[index]; in rtw_free_all_stainfo23a() 344 list_for_each_safe(plist, ptmp, phead) { in rtw_free_all_stainfo23a() [all …]
|
D | rtw_ap.c | 181 struct list_head *phead, *plist, *ptmp; in expire_timeout_chk23a() local 191 phead = &pstapriv->auth_list; in expire_timeout_chk23a() 194 list_for_each_safe(plist, ptmp, phead) { in expire_timeout_chk23a() 221 phead = &pstapriv->asoc_list; in expire_timeout_chk23a() 224 list_for_each_safe(plist, ptmp, phead) { in expire_timeout_chk23a() 1058 struct list_head *plist, *phead; in rtw_acl_add_sta23a() local 1073 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta23a() 1075 list_for_each(plist, phead) { in rtw_acl_add_sta23a() 1120 struct list_head *plist, *phead, *ptmp; in rtw_acl_remove_sta23a() local 1131 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta23a() [all …]
|
D | rtw_xmit.c | 1346 struct list_head *phead; in rtw_alloc_xmitbuf23a_ext() local 1351 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf23a_ext() 1353 if (!list_empty(phead)) { in rtw_alloc_xmitbuf23a_ext() 1354 pxmitbuf = list_first_entry(phead, struct xmit_buf, list); in rtw_alloc_xmitbuf23a_ext() 1398 struct list_head *phead; in rtw_alloc_xmitbuf23a() local 1405 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf23a() 1407 if (!list_empty(phead)) { in rtw_alloc_xmitbuf23a() 1408 pxmitbuf = list_first_entry(phead, struct xmit_buf, list); in rtw_alloc_xmitbuf23a() 1493 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1504 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe() [all …]
|
D | rtw_recv.c | 108 struct list_head *plist, *phead; in rtw_alloc_recvframe23a() local 117 phead = get_list_head(pfree_recv_queue); in rtw_alloc_recvframe23a() 119 plist = phead->next; in rtw_alloc_recvframe23a() 199 struct list_head *plist, *phead, *ptmp; in rtw_free_recvframe23a_queue() local 203 phead = get_list_head(pframequeue); in rtw_free_recvframe23a_queue() 204 plist = phead->next; in rtw_free_recvframe23a_queue() 206 list_for_each_safe(plist, ptmp, phead) { in rtw_free_recvframe23a_queue() 255 struct list_head *plist, *phead; in rtw_dequeue_recvbuf23a() local 262 phead = get_list_head(queue); in rtw_dequeue_recvbuf23a() 264 plist = phead->next; in rtw_dequeue_recvbuf23a() [all …]
|
D | rtw_mlme.c | 142 struct list_head *phead, *plist; in rtw_find_network23a() local 152 phead = get_list_head(scanned_queue); in rtw_find_network23a() 153 plist = phead->next; in rtw_find_network23a() 155 while (plist != phead) { in rtw_find_network23a() 164 if (plist == phead) in rtw_find_network23a() 176 struct list_head *phead, *plist, *ptmp; in rtw_free_network_queue23a() local 183 phead = get_list_head(scanned_queue); in rtw_free_network_queue23a() 185 list_for_each_safe(plist, ptmp, phead) { in rtw_free_network_queue23a() 337 struct list_head *plist, *phead; in rtw_get_oldest_wlan_network23a() local 341 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network23a() [all …]
|
/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 81 struct list_head *plist, *phead; in mfree_all_stainfo() local 85 phead = &pstapriv->free_sta_queue.queue; in mfree_all_stainfo() 86 plist = phead->next; in mfree_all_stainfo() 87 while ((end_of_queue_search(phead, plist)) == false) { in mfree_all_stainfo() 218 struct list_head *plist, *phead; in r8712_free_all_stainfo() local 228 phead = &(pstapriv->sta_hash[index]); in r8712_free_all_stainfo() 229 plist = phead->next; in r8712_free_all_stainfo() 230 while ((end_of_queue_search(phead, plist)) == false) { in r8712_free_all_stainfo() 245 struct list_head *plist, *phead; in r8712_get_stainfo() local 253 phead = &(pstapriv->sta_hash[index]); in r8712_get_stainfo() [all …]
|
D | rtl8712_recv.c | 129 precvbuf->phead = precvbuf->pbuf; in r8712_init_recvbuf() 202 struct list_head *plist, *phead; in recvframe_defrag() local 210 phead = &defrag_q->queue; in recvframe_defrag() 211 plist = phead->next; in recvframe_defrag() 227 while (end_of_queue_search(phead, plist) == false) { in recvframe_defrag() 266 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() 313 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag() 314 list_add_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag() [all …]
|
D | rtl871x_recv.c | 110 struct list_head *plist, *phead; in r8712_alloc_recvframe() local 118 phead = &pfree_recv_queue->queue; in r8712_alloc_recvframe() 119 plist = phead->next; in r8712_alloc_recvframe() 145 struct list_head *plist, *phead; in r8712_free_recvframe_queue() local 148 phead = &pframequeue->queue; in r8712_free_recvframe_queue() 149 plist = phead->next; in r8712_free_recvframe_queue() 150 while (end_of_queue_search(phead, plist) == false) { in r8712_free_recvframe_queue() 664 u8 *phead, *pdata, *ptail, *pend; in r8712_recv_entry() local 677 phead = precvframe->u.hdr.rx_head; in r8712_recv_entry() 681 prxstat = (struct recv_stat *)phead; in r8712_recv_entry()
|
D | rtl871x_mlme.c | 150 struct list_head *phead, *plist; in _r8712_find_network() local 156 phead = &scanned_queue->queue; in _r8712_find_network() 157 plist = phead->next; in _r8712_find_network() 158 while (plist != phead) { in _r8712_find_network() 171 struct list_head *phead, *plist; in _free_network_queue() local 177 phead = &scanned_queue->queue; in _free_network_queue() 178 plist = phead->next; in _free_network_queue() 179 while (end_of_queue_search(phead, plist) == false) { in _free_network_queue() 314 struct list_head *plist, *phead; in r8712_get_oldest_wlan_network() local 318 phead = &scanned_queue->queue; in r8712_get_oldest_wlan_network() [all …]
|
D | rtl871x_xmit.c | 746 struct list_head *plist, *phead; in r8712_alloc_xmitbuf() local 753 phead = &pfree_xmitbuf_queue->queue; in r8712_alloc_xmitbuf() 754 plist = phead->next; in r8712_alloc_xmitbuf() 800 struct list_head *plist, *phead; in r8712_alloc_xmitframe() local 807 phead = &pfree_xmit_queue->queue; in r8712_alloc_xmitframe() 808 plist = phead->next; in r8712_alloc_xmitframe() 859 struct list_head *plist, *phead; in r8712_free_xmitframe_queue() local 863 phead = &pframequeue->queue; in r8712_free_xmitframe_queue() 864 plist = phead->next; in r8712_free_xmitframe_queue() 865 while (end_of_queue_search(phead, plist) == false) { in r8712_free_xmitframe_queue()
|
D | rtl871x_ioctl_linux.c | 1074 struct list_head *phead; in r8711_wx_set_wap() local 1087 phead = &queue->queue; in r8711_wx_set_wap() 1088 pmlmepriv->pscanned = phead->next; in r8711_wx_set_wap() 1090 if (end_of_queue_search(phead, pmlmepriv->pscanned) == true) in r8711_wx_set_wap() 1224 struct list_head *plist, *phead; in r8711_wx_get_scan() local 1238 phead = &queue->queue; in r8711_wx_get_scan() 1239 plist = phead->next; in r8711_wx_get_scan() 1241 if (end_of_queue_search(phead, plist) == true) in r8711_wx_get_scan() 1280 struct list_head *phead; in r8711_wx_set_essid() local 1297 phead = &queue->queue; in r8711_wx_set_essid() [all …]
|
D | rtl871x_ioctl_set.c | 60 struct list_head *plist, *phead; in do_join() local 65 phead = &queue->queue; in do_join() 66 plist = phead->next; in do_join()
|
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 | 287 precvbuf->phead = precvbuf->pskb->head; in r8712_usb_read_port() 293 precvbuf->phead = precvbuf->pskb->head; in r8712_usb_read_port()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 176 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 182 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst() 183 plist = phead->next; in rtw_mlcst2unicst() 186 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() 1216 struct list_head *plist, *phead; in rtw_wx_get_scan() local 1248 phead = get_list_head(queue); in rtw_wx_get_scan() 1249 plist = phead->next; in rtw_wx_get_scan() 1251 while (phead != plist) { in rtw_wx_get_scan() 1287 struct list_head *phead; in rtw_wx_set_essid() local 1333 phead = get_list_head(queue); in rtw_wx_set_essid() [all …]
|
/drivers/staging/unisys/visorchannel/ |
D | visorchannel_funcs.c | 382 u32 *phead, u32 *ptail) in safe_sig_queue_validate() argument 384 if ((*phead >= psafe_sqh->MaxSignalSlots) in safe_sig_queue_validate() 387 *phead = 0; in safe_sig_queue_validate() 391 punsafe_sqh->Head = *phead; in safe_sig_queue_validate() 395 *phead, *ptail, psafe_sqh->MaxSignalSlots); in safe_sig_queue_validate()
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 548 void *phead; in ipoib_send() local 552 phead = skb->data; in ipoib_send() 569 phead = NULL; in ipoib_send() 607 address->ah, qpn, tx_req, phead, hlen); in ipoib_send()
|