Searched defs:phead (Results 1 - 25 of 27) sorted by relevance

12

/drivers/staging/rtl8188eu/os_dep/
H A Dxmit_linux.c176 struct list_head *phead, *plist; local
182 phead = &pstapriv->asoc_list;
183 plist = phead->next;
186 while (phead != plist) {
H A Dioctl_linux.c964 struct list_head *phead; local
987 phead = get_list_head(queue);
988 pmlmepriv->pscanned = phead->next;
990 while (phead != pmlmepriv->pscanned) {
1216 struct list_head *plist, *phead; local
1248 phead = get_list_head(queue);
1249 plist = phead->next;
1251 while (phead != plist) {
1287 struct list_head *phead; local
1333 phead
[all...]
/drivers/staging/rtl8712/
H A Drtl871x_ioctl_set.c60 struct list_head *plist, *phead; local
65 phead = &queue->queue;
66 plist = phead->next;
H A Drtl871x_sta_mgt.c81 struct list_head *plist, *phead; local
85 phead = &pstapriv->free_sta_queue.queue;
86 plist = phead->next;
87 while ((end_of_queue_search(phead, plist)) == false) {
218 struct list_head *plist, *phead; local
228 phead = &(pstapriv->sta_hash[index]);
229 plist = phead->next;
230 while ((end_of_queue_search(phead, plist)) == false) {
245 struct list_head *plist, *phead; local
253 phead
[all...]
H A Drtl8712_recv.h110 u8 *phead; member in struct:recv_buf
H A Drtl871x_recv.c110 struct list_head *plist, *phead; local
118 phead = &pfree_recv_queue->queue;
119 plist = phead->next;
145 struct list_head *plist, *phead; local
148 phead = &pframequeue->queue;
149 plist = phead->next;
150 while (end_of_queue_search(phead, plist) == false) {
664 u8 *phead, *pdata, *ptail, *pend; local
677 phead = precvframe->u.hdr.rx_head;
681 prxstat = (struct recv_stat *)phead;
[all...]
H A Drtl871x_xmit.c745 struct list_head *plist, *phead; local
752 phead = &pfree_xmitbuf_queue->queue;
753 plist = phead->next;
799 struct list_head *plist, *phead; local
806 phead = &pfree_xmit_queue->queue;
807 plist = phead->next;
858 struct list_head *plist, *phead; local
862 phead = &pframequeue->queue;
863 plist = phead->next;
864 while (end_of_queue_search(phead, plis
[all...]
H A Drtl8712_recv.c129 precvbuf->phead = precvbuf->pbuf;
202 struct list_head *plist, *phead; local
210 phead = &defrag_q->queue;
211 plist = phead->next;
227 while (end_of_queue_search(phead, plist) == false) {
266 struct list_head *phead; local
298 phead = &pdefrag_q->queue;
299 list_add_tail(&pfhdr->list, phead);
313 phead = &pdefrag_q->queue;
314 list_add_tail(&pfhdr->list, phead);
494 struct list_head *phead, *plist; local
522 struct list_head *phead, *plist; local
[all...]
H A Drtl871x_ioctl_linux.c1074 struct list_head *phead; local
1087 phead = &queue->queue;
1088 pmlmepriv->pscanned = phead->next;
1090 if (end_of_queue_search(phead, pmlmepriv->pscanned) == true)
1224 struct list_head *plist, *phead; local
1238 phead = &queue->queue;
1239 plist = phead->next;
1241 if (end_of_queue_search(phead, plist) == true)
1280 struct list_head *phead; local
1297 phead
1994 struct list_head *plist, *phead; local
[all...]
H A Drtl871x_mlme.c150 struct list_head *phead, *plist; local
156 phead = &scanned_queue->queue;
157 plist = phead->next;
158 while (plist != phead) {
171 struct list_head *phead, *plist; local
177 phead = &scanned_queue->queue;
178 plist = phead->next;
179 while (end_of_queue_search(phead, plist) == false) {
314 struct list_head *plist, *phead; local
318 phead
393 struct list_head *plist, *phead; local
1132 struct list_head *phead; local
[all...]
/drivers/staging/rtl8188eu/core/
H A Drtw_ioctl_set.c39 struct list_head *plist, *phead; local
47 phead = get_list_head(queue);
48 plist = phead->next;
50 RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("\n rtw_do_join: phead = %p; plist = %p\n\n\n", phead, plist));
H A Drtw_sta_mgt.c151 struct list_head *plist, *phead; local
157 phead = get_list_head(&pstapriv->free_sta_queue);
158 plist = phead->next;
160 while (phead != plist) {
176 struct list_head *phead, *plist; local
185 phead = &(pstapriv->sta_hash[index]);
186 plist = phead->next;
188 while (phead != plist) {
348 struct list_head *phead, *plist; local
362 phead
428 struct list_head *plist, *phead; local
459 struct list_head *plist, *phead; local
532 struct list_head *plist, *phead; local
[all...]
H A Drtw_debug.c843 struct list_head *plist, *phead; local
853 phead = &(pstapriv->sta_hash[i]);
854 plist = phead->next;
856 while (phead != plist) {
H A Drtw_ap.c277 struct list_head *phead, *plist; local
287 phead = &pstapriv->auth_list;
288 plist = phead->next;
291 while (phead != plist) {
321 phead = &pstapriv->asoc_list;
322 plist = phead->next;
325 while (phead != plist) {
1123 struct list_head *plist, *phead; local
1138 phead = get_list_head(pacl_node_q);
1139 plist = phead
1188 struct list_head *plist, *phead; local
1490 struct list_head *phead, *plist; local
1755 struct list_head *phead, *plist; local
1790 struct list_head *phead, *plist; local
1916 struct list_head *phead, *plist; local
[all...]
H A Drtw_recv.c130 struct list_head *plist, *phead; local
137 phead = get_list_head(pfree_recv_queue);
139 plist = phead->next;
251 struct list_head *plist, *phead; local
255 phead = get_list_head(pframequeue);
256 plist = phead->next;
258 while (phead != plist) {
1438 struct list_head *plist, *phead; local
1449 phead = get_list_head(defrag_q);
1450 plist = phead
1524 struct list_head *phead; local
1769 struct list_head *phead, *plist; local
1796 struct list_head *phead, *plist; local
[all...]
H A Drtw_xmit.c1218 struct list_head *plist, *phead; local
1227 phead = get_list_head(pfree_queue);
1229 plist = phead->next;
1280 struct list_head *plist, *phead; local
1291 phead = get_list_head(pfree_xmitbuf_queue);
1293 plist = phead->next;
1365 struct list_head *plist, *phead; local
1375 phead = get_list_head(pfree_xmit_queue);
1377 plist = phead->next;
1449 struct list_head *plist, *phead; local
1876 struct list_head *plist, *phead; local
[all...]
H A Drtw_mlme.c210 struct list_head *phead, *plist; local
218 phead = get_list_head(scanned_queue);
219 plist = phead->next;
221 while (plist != phead) {
227 if (plist == phead)
236 struct list_head *phead, *plist; local
243 phead = get_list_head(scanned_queue);
244 plist = phead->next;
246 while (phead != plist) {
361 struct list_head *plist, *phead; local
443 struct list_head *plist, *phead; local
738 struct list_head *plist, *phead, *ptemp; local
1521 struct list_head *phead; local
[all...]
/drivers/staging/rtl8723au/core/
H A Drtw_sta_mgt.c86 struct list_head *phead, *plist, *ptmp; local
95 phead = &pstapriv->sta_hash[index];
97 list_for_each_safe(plist, ptmp, phead) {
267 struct list_head *phead, *plist; local
279 phead = get_list_head(ppending_recvframe_queue);
280 plist = phead->next;
282 while (!list_empty(phead)) {
330 struct list_head *plist, *phead, *ptmp; local
342 phead = &pstapriv->sta_hash[index];
344 list_for_each_safe(plist, ptmp, phead) {
357 struct list_head *plist, *phead; local
423 struct list_head *plist, *phead; local
[all...]
H A Drtw_ap.c181 struct list_head *phead, *plist, *ptmp; local
191 phead = &pstapriv->auth_list;
194 list_for_each_safe(plist, ptmp, phead) {
221 phead = &pstapriv->asoc_list;
224 list_for_each_safe(plist, ptmp, phead) {
1058 struct list_head *plist, *phead; local
1073 phead = get_list_head(pacl_node_q);
1075 list_for_each(plist, phead) {
1120 struct list_head *plist, *phead, *ptmp; local
1131 phead
1394 struct list_head *phead, *plist, *ptmp; local
1700 struct list_head *phead, *plist; local
1732 struct list_head *phead, *plist, *ptmp; local
1825 struct list_head *phead, *plist, *ptmp; local
1920 struct list_head *phead, *plist, *ptmp; local
[all...]
H A Drtw_recv.c108 struct list_head *plist, *phead; local
117 phead = get_list_head(pfree_recv_queue);
119 plist = phead->next;
199 struct list_head *plist, *phead, *ptmp; local
203 phead = get_list_head(pframequeue);
204 plist = phead->next;
206 list_for_each_safe(plist, ptmp, phead) {
255 struct list_head *plist, *phead; local
262 phead = get_list_head(queue);
264 plist = phead
1625 struct list_head *plist, *phead, *ptmp; local
1717 struct list_head *phead; local
1898 struct list_head *phead, *plist, *ptmp; local
1951 struct list_head *phead, *plist; local
[all...]
H A Drtw_xmit.c1346 struct list_head *phead; local
1351 phead = get_list_head(pfree_queue);
1353 if (!list_empty(phead)) {
1354 pxmitbuf = list_first_entry(phead, struct xmit_buf, list);
1398 struct list_head *phead; local
1405 phead = get_list_head(pfree_xmitbuf_queue);
1407 if (!list_empty(phead)) {
1408 pxmitbuf = list_first_entry(phead, struct xmit_buf, list);
1493 struct list_head *plist, *phead; local
1504 phead
1527 struct list_head *plist, *phead; local
1602 struct list_head *plist, *phead, *ptmp; local
1635 struct list_head *phead; local
2101 struct list_head *plist, *phead, *ptmp; local
2173 struct list_head *plist, *phead, *ptmp; local
2294 struct list_head *plist, *phead, *ptmp; local
[all...]
H A Drtw_mlme.c142 struct list_head *phead, *plist; local
152 phead = get_list_head(scanned_queue);
153 plist = phead->next;
155 while (plist != phead) {
164 if (plist == phead)
176 struct list_head *phead, *plist, *ptmp; local
183 phead = get_list_head(scanned_queue);
185 list_for_each_safe(plist, ptmp, phead) {
337 struct list_head *plist, *phead; local
341 phead
444 struct list_head *plist, *phead; local
736 struct list_head *plist, *phead, *ptemp; local
1662 struct list_head *phead, *plist, *ptmp; local
[all...]
/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c548 void *phead; local
552 phead = skb->data;
569 phead = NULL;
607 address->ah, qpn, tx_req, phead, hlen);
/drivers/staging/unisys/visorchannel/
H A Dvisorchannel_funcs.c382 u32 *phead, u32 *ptail)
384 if ((*phead >= psafe_sqh->MaxSignalSlots)
387 *phead = 0;
391 punsafe_sqh->Head = *phead;
395 *phead, *ptail, psafe_sqh->MaxSignalSlots);
380 safe_sig_queue_validate(pSIGNAL_QUEUE_HEADER psafe_sqh, pSIGNAL_QUEUE_HEADER punsafe_sqh, u32 *phead, u32 *ptail) argument
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c1279 struct list_head *plist, *phead, *ptmp; local
1286 phead = get_list_head(queue);
1288 list_for_each_safe(plist, ptmp, phead) {
1961 struct list_head *phead, *plist, *ptmp; local
2008 phead = get_list_head(queue);
2010 list_for_each_safe(plist, ptmp, phead) {
2862 struct list_head *phead, *plist, *ptmp; local
2894 phead = &pstapriv->asoc_list;
2897 list_for_each_safe(plist, ptmp, phead) {

Completed in 306 milliseconds

12