Searched defs:xmitframe_phead (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/rtl8188eu/hal/
H A Drtl8188eu_xmit.c442 struct list_head *xmitframe_plist = NULL, *xmitframe_phead = NULL; local
533 xmitframe_phead = get_list_head(&ptxservq->sta_pending);
534 xmitframe_plist = xmitframe_phead->next;
536 while (xmitframe_phead != xmitframe_plist) {
/drivers/staging/rtl8712/
H A Drtl8712_xmit.c166 struct list_head *xmitframe_plist, *xmitframe_phead; local
169 xmitframe_phead = &pframe_queue->queue;
170 xmitframe_plist = xmitframe_phead->next;
171 if ((end_of_queue_search(xmitframe_phead, xmitframe_plist)) == false) {
/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c1030 struct list_head *xmitframe_plist, *xmitframe_phead; local
1035 xmitframe_phead = get_list_head(&psta->sleep_q);
1036 xmitframe_plist = xmitframe_phead->next;
1038 if (xmitframe_phead != xmitframe_plist) {
H A Drtw_xmit.c1483 struct list_head *xmitframe_plist, *xmitframe_phead; local
1486 xmitframe_phead = get_list_head(pframe_queue);
1487 xmitframe_plist = xmitframe_phead->next;
1489 if (xmitframe_phead != xmitframe_plist) {
1944 struct list_head *xmitframe_plist, *xmitframe_phead; local
1950 xmitframe_phead = get_list_head(&psta->sleep_q);
1951 xmitframe_plist = xmitframe_phead->next;
1953 while (xmitframe_phead != xmitframe_plist) {
2031 xmitframe_phead = get_list_head(&psta_bmc->sleep_q);
2032 xmitframe_plist = xmitframe_phead
2072 struct list_head *xmitframe_plist, *xmitframe_phead; local
[all...]
H A Drtw_mlme_ext.c5508 struct list_head *xmitframe_plist, *xmitframe_phead; local
5521 xmitframe_phead = get_list_head(&psta_bmc->sleep_q);
5522 xmitframe_plist = xmitframe_phead->next;
5524 while (xmitframe_phead != xmitframe_plist) {
/drivers/staging/rtl8723au/core/
H A Drtw_recv.c1151 struct list_head *xmitframe_plist, *xmitframe_phead; local
1157 xmitframe_phead = get_list_head(&psta->sleep_q);
1158 xmitframe_plist = xmitframe_phead->next;
1160 if (!list_empty(xmitframe_phead)) {

Completed in 158 milliseconds