Home
last modified time | relevance | path

Searched refs:xmitframe_phead (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1485 struct list_head *xmitframe_plist, *xmitframe_phead; in dequeue_one_xmitframe() local
1488 xmitframe_phead = get_list_head(pframe_queue); in dequeue_one_xmitframe()
1489 xmitframe_plist = xmitframe_phead->next; in dequeue_one_xmitframe()
1491 if (xmitframe_phead != xmitframe_plist) { in dequeue_one_xmitframe()
1938 struct list_head *xmitframe_plist, *xmitframe_phead; in wakeup_sta_to_xmit() local
1944 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
1945 xmitframe_plist = xmitframe_phead->next; in wakeup_sta_to_xmit()
1947 while (xmitframe_phead != xmitframe_plist) { in wakeup_sta_to_xmit()
2025 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
2026 xmitframe_plist = xmitframe_phead->next; in wakeup_sta_to_xmit()
[all …]
Drtw_recv.c1007 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local
1012 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1013 xmitframe_plist = xmitframe_phead->next; in validate_recv_ctrl_frame()
1015 if (xmitframe_phead != xmitframe_plist) { in validate_recv_ctrl_frame()
Drtw_mlme_ext.c5548 struct list_head *xmitframe_plist, *xmitframe_phead; in tx_beacon_hdl() local
5561 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
5562 xmitframe_plist = xmitframe_phead->next; in tx_beacon_hdl()
5564 while (xmitframe_phead != xmitframe_plist) { in tx_beacon_hdl()
/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_xmit.c166 struct list_head *xmitframe_plist, *xmitframe_phead; in dequeue_one_xmitframe() local
169 xmitframe_phead = &pframe_queue->queue; in dequeue_one_xmitframe()
170 xmitframe_plist = xmitframe_phead->next; in dequeue_one_xmitframe()
171 if (!end_of_queue_search(xmitframe_phead, xmitframe_plist)) { in dequeue_one_xmitframe()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c443 struct list_head *xmitframe_plist = NULL, *xmitframe_phead = NULL; in rtl8188eu_xmitframe_complete() local
534 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
535 xmitframe_plist = xmitframe_phead->next; in rtl8188eu_xmitframe_complete()
537 while (xmitframe_phead != xmitframe_plist) { in rtl8188eu_xmitframe_complete()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c1103 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local
1109 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1110 xmitframe_plist = xmitframe_phead->next; in validate_recv_ctrl_frame()
1112 if (!list_empty(xmitframe_phead)) { in validate_recv_ctrl_frame()