Home
last modified time | relevance | path

Searched refs:phead (Results 1 – 25 of 41) sorted by relevance

12

/drivers/staging/r8188eu/core/
Drtw_sta_mgt.c132 struct list_head *phead, *plist; in _rtw_free_sta_priv() local
141 phead = &pstapriv->sta_hash[index]; in _rtw_free_sta_priv()
142 plist = phead->next; in _rtw_free_sta_priv()
144 while (phead != plist) { in _rtw_free_sta_priv()
294 struct list_head *phead, *plist; in rtw_free_stainfo() local
307 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo()
308 plist = phead->next; in rtw_free_stainfo()
310 while (!list_empty(phead)) { in rtw_free_stainfo()
371 struct list_head *plist, *phead; in rtw_free_all_stainfo() local
383 phead = &pstapriv->sta_hash[index]; in rtw_free_all_stainfo()
[all …]
Drtw_ap.c159 struct list_head *phead, *plist; in expire_timeout_chk() local
169 phead = &pstapriv->auth_list; in expire_timeout_chk()
170 plist = phead->next; in expire_timeout_chk()
173 while (phead != plist) { in expire_timeout_chk()
203 phead = &pstapriv->asoc_list; in expire_timeout_chk()
204 plist = phead->next; in expire_timeout_chk()
207 while (phead != plist) { in expire_timeout_chk()
1005 struct list_head *plist, *phead; in rtw_acl_add_sta() local
1020 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta()
1021 plist = phead->next; in rtw_acl_add_sta()
[all …]
Drtw_recv.c112 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local
119 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe()
121 plist = phead->next; in _rtw_alloc_recvframe()
228 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local
232 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue()
233 plist = phead->next; in rtw_free_recvframe_queue()
235 while (phead != plist) { in rtw_free_recvframe_queue()
288 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local
296 phead = get_list_head(queue); in rtw_dequeue_recvbuf()
298 plist = phead->next; in rtw_dequeue_recvbuf()
[all …]
Drtw_mlme.c248 struct list_head *phead, *plist; in _rtw_find_network() local
256 phead = get_list_head(scanned_queue); in _rtw_find_network()
257 plist = phead->next; in _rtw_find_network()
259 while (plist != phead) { in _rtw_find_network()
265 if (plist == phead) in _rtw_find_network()
274 struct list_head *phead, *plist; in _rtw_free_network_queue() local
281 phead = get_list_head(scanned_queue); in _rtw_free_network_queue()
282 plist = phead->next; in _rtw_free_network_queue()
284 while (phead != plist) { in _rtw_free_network_queue()
438 struct list_head *plist, *phead; in rtw_get_oldest_wlan_network() local
[all …]
Drtw_xmit.c1136 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1145 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext()
1147 plist = phead->next; in rtw_alloc_xmitbuf_ext()
1194 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local
1205 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf()
1207 plist = phead->next; in rtw_alloc_xmitbuf()
1277 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local
1285 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()
1287 plist = phead->next; in rtw_alloc_xmitframe()
1351 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local
[all …]
Drtw_p2p.c27 struct list_head *phead, *plist; in go_add_group_info_attr() local
43 phead = &pstapriv->asoc_list; in go_add_group_info_attr()
44 plist = phead->next; in go_add_group_info_attr()
47 while (phead != plist) { in go_add_group_info_attr()
942 struct list_head *phead, *plist; in process_p2p_devdisc_req() local
945 phead = &pstapriv->asoc_list; in process_p2p_devdisc_req()
946 plist = phead->next; in process_p2p_devdisc_req()
949 while (phead != plist) { in process_p2p_devdisc_req()
/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c119 struct list_head *plist, *phead; in kfree_all_stainfo() local
123 phead = get_list_head(&pstapriv->free_sta_queue); in kfree_all_stainfo()
124 plist = get_next(phead); in kfree_all_stainfo()
126 while (phead != plist) { in kfree_all_stainfo()
141 struct list_head *phead, *plist; in _rtw_free_sta_priv() local
150 phead = &(pstapriv->sta_hash[index]); in _rtw_free_sta_priv()
151 list_for_each(plist, phead) { in _rtw_free_sta_priv()
347 struct list_head *phead, *plist; in rtw_free_stainfo() local
360 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo()
361 plist = get_next(phead); in rtw_free_stainfo()
[all …]
Drtw_xmit.c129 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv()
132 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv()
207 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv()
210 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv()
237 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv()
240 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv()
1398 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in __rtw_alloc_cmd_xmitbuf()
1440 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1448 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext()
1450 plist = get_next(phead); in rtw_alloc_xmitbuf_ext()
[all …]
Drtw_recv.c105 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local
112 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe()
114 plist = get_next(phead); in _rtw_alloc_recvframe()
222 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local
226 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue()
227 plist = get_next(phead); in rtw_free_recvframe_queue()
229 while (phead != plist) { in rtw_free_recvframe_queue()
280 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local
287 phead = get_list_head(queue); in rtw_dequeue_recvbuf()
289 plist = get_next(phead); in rtw_dequeue_recvbuf()
[all …]
Drtw_ap.c175 struct list_head *phead, *plist, *tmp; in expire_timeout_chk() local
185 phead = &pstapriv->auth_list; in expire_timeout_chk()
187 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk()
210 phead = &pstapriv->asoc_list; in expire_timeout_chk()
212 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk()
1176 struct list_head *plist, *phead; in rtw_acl_add_sta() local
1189 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta()
1190 list_for_each(plist, phead) { in rtw_acl_add_sta()
1233 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local
1242 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta()
[all …]
Drtw_mlme.c233 struct list_head *phead, *plist; in _rtw_find_network() local
244 phead = get_list_head(scanned_queue); in _rtw_find_network()
245 list_for_each(plist, phead) { in _rtw_find_network()
252 if (plist == phead) in _rtw_find_network()
263 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local
270 phead = get_list_head(scanned_queue); in rtw_free_network_queue()
271 list_for_each_safe(plist, tmp, phead) { in rtw_free_network_queue()
411 struct list_head *phead, *plist; in _rtw_find_same_network() local
414 phead = get_list_head(scanned_queue); in _rtw_find_same_network()
415 list_for_each(plist, phead) { in _rtw_find_same_network()
[all …]
Drtw_ioctl_set.c40 struct list_head *plist, *phead; in rtw_do_join() local
47 phead = get_list_head(queue); in rtw_do_join()
48 plist = get_next(phead); in rtw_do_join()
/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c69 struct list_head *plist, *phead; in mfree_all_stainfo() local
72 phead = &pstapriv->free_sta_queue.queue; in mfree_all_stainfo()
73 plist = phead->next; in mfree_all_stainfo()
74 while (!end_of_queue_search(phead, plist)) in mfree_all_stainfo()
194 struct list_head *plist, *phead; in r8712_free_all_stainfo() local
204 phead = &(pstapriv->sta_hash[index]); in r8712_free_all_stainfo()
205 plist = phead->next; in r8712_free_all_stainfo()
206 while (!end_of_queue_search(phead, plist)) { in r8712_free_all_stainfo()
221 struct list_head *plist, *phead; in r8712_get_stainfo() local
229 phead = &(pstapriv->sta_hash[index]); in r8712_get_stainfo()
[all …]
Drtl8712_recv.c108 precvbuf->phead = precvbuf->pbuf; in r8712_init_recvbuf()
174 struct list_head *plist, *phead; in recvframe_defrag() local
182 phead = &defrag_q->queue; in recvframe_defrag()
183 plist = phead->next; in recvframe_defrag()
199 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag()
241 struct list_head *phead; in r8712_recvframe_chk_defrag() local
274 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag()
275 list_add_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag()
290 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag()
291 list_add_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag()
[all …]
Drtl871x_mlme.c135 struct list_head *phead, *plist; in r8712_find_network() local
141 phead = &scanned_queue->queue; in r8712_find_network()
142 list_for_each(plist, phead) { in r8712_find_network()
147 if (plist == phead) in r8712_find_network()
156 struct list_head *phead, *plist; in r8712_free_network_queue() local
162 phead = &scanned_queue->queue; in r8712_free_network_queue()
163 plist = phead->next; in r8712_free_network_queue()
164 while (!end_of_queue_search(phead, plist)) { in r8712_free_network_queue()
259 struct list_head *plist, *phead; in r8712_get_oldest_wlan_network() local
263 phead = &scanned_queue->queue; in r8712_get_oldest_wlan_network()
[all …]
Drtl871x_ioctl_linux.c1035 struct list_head *phead; in r8711_wx_set_wap() local
1048 phead = &queue->queue; in r8711_wx_set_wap()
1049 pmlmepriv->pscanned = phead->next; in r8711_wx_set_wap()
1051 if (end_of_queue_search(phead, pmlmepriv->pscanned)) in r8711_wx_set_wap()
1185 struct list_head *plist, *phead; in r8711_wx_get_scan() local
1200 phead = &queue->queue; in r8711_wx_get_scan()
1201 plist = phead->next; in r8711_wx_get_scan()
1203 if (end_of_queue_search(phead, plist)) in r8711_wx_get_scan()
1242 struct list_head *phead; in r8711_wx_set_essid() local
1259 phead = &queue->queue; in r8711_wx_set_essid()
[all …]
Drtl871x_ioctl_set.c42 struct list_head *plist, *phead; in do_join() local
48 phead = &queue->queue; in do_join()
49 plist = phead->next; in do_join()
Drtl871x_recv.c120 struct list_head *plist, *phead; in r8712_free_recvframe_queue() local
123 phead = &pframequeue->queue; in r8712_free_recvframe_queue()
124 plist = phead->next; in r8712_free_recvframe_queue()
125 while (!end_of_queue_search(phead, plist)) { in r8712_free_recvframe_queue()
Drtl8712_recv.h98 u8 *phead; member
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dhead.c81 nvkm_head_del(struct nvkm_head **phead) in nvkm_head_del() argument
83 struct nvkm_head *head = *phead; in nvkm_head_del()
87 kfree(*phead); in nvkm_head_del()
88 *phead = NULL; in nvkm_head_del()
/drivers/firmware/arm_scmi/
Ddriver.c1606 struct list_head *phead; in scmi_create_protocol_devices() local
1609 phead = idr_find(&scmi_requested_devices, prot_id); in scmi_create_protocol_devices()
1610 if (phead) { in scmi_create_protocol_devices()
1613 list_for_each_entry(rdev, phead, node) in scmi_create_protocol_devices()
1647 struct list_head *head, *phead = NULL; in scmi_protocol_device_request() local
1660 if (!phead) { in scmi_protocol_device_request()
1666 phead = head; in scmi_protocol_device_request()
1695 if (!phead) { in scmi_protocol_device_request()
1696 phead = kzalloc(sizeof(*phead), GFP_KERNEL); in scmi_protocol_device_request()
1697 if (!phead) { in scmi_protocol_device_request()
[all …]
/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c571 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local
577 phead = get_list_head(pqueue); in rtl8723bs_free_xmit_priv()
584 list_add_tail(&tmplist, phead); in rtl8723bs_free_xmit_priv()
585 list_del_init(phead); in rtl8723bs_free_xmit_priv()
589 phead = &tmplist; in rtl8723bs_free_xmit_priv()
590 while (list_empty(phead) == false) { in rtl8723bs_free_xmit_priv()
591 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
/drivers/staging/r8188eu/os_dep/
Dxmit_linux.c170 struct list_head *phead, *plist; in rtw_mlcst2unicst() local
176 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst()
177 plist = phead->next; in rtw_mlcst2unicst()
180 while (phead != plist) { in rtw_mlcst2unicst()
Dioctl_linux.c1024 struct list_head *phead; in rtw_wx_set_wap() local
1049 phead = get_list_head(queue); in rtw_wx_set_wap()
1050 pmlmepriv->pscanned = phead->next; in rtw_wx_set_wap()
1052 while (phead != pmlmepriv->pscanned) { in rtw_wx_set_wap()
1295 struct list_head *plist, *phead; in rtw_wx_get_scan() local
1340 phead = get_list_head(queue); in rtw_wx_get_scan()
1341 plist = phead->next; in rtw_wx_get_scan()
1343 while (phead != plist) { in rtw_wx_get_scan()
1380 struct list_head *phead; in rtw_wx_set_essid() local
1422 phead = get_list_head(queue); in rtw_wx_set_essid()
[all …]
/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c127 struct list_head *phead, *plist; in rtw_mlcst2unicst() local
139 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst()
141 list_for_each(plist, phead) { in rtw_mlcst2unicst()

12