Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1481 struct list_head *xmitframe_plist, *xmitframe_phead; in dequeue_one_xmitframe() local
1484 xmitframe_phead = get_list_head(pframe_queue); in dequeue_one_xmitframe()
1485 xmitframe_plist = xmitframe_phead->next; in dequeue_one_xmitframe()
1487 if (xmitframe_phead != xmitframe_plist) { in dequeue_one_xmitframe()
1934 struct list_head *xmitframe_plist, *xmitframe_phead; in wakeup_sta_to_xmit() local
1940 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
1941 xmitframe_plist = xmitframe_phead->next; in wakeup_sta_to_xmit()
1943 while (xmitframe_phead != xmitframe_plist) { in wakeup_sta_to_xmit()
2021 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
2022 xmitframe_plist = xmitframe_phead->next; in wakeup_sta_to_xmit()
[all …]
Drtw_recv.c1032 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local
1037 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1038 xmitframe_plist = xmitframe_phead->next; in validate_recv_ctrl_frame()
1040 if (xmitframe_phead != xmitframe_plist) { in validate_recv_ctrl_frame()
Drtw_mlme_ext.c5505 struct list_head *xmitframe_plist, *xmitframe_phead; in tx_beacon_hdl() local
5518 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
5519 xmitframe_plist = xmitframe_phead->next; in tx_beacon_hdl()
5521 while (xmitframe_phead != xmitframe_plist) { in tx_beacon_hdl()
/linux-4.1.27/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)) == false) { in dequeue_one_xmitframe()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c442 struct list_head *xmitframe_plist = NULL, *xmitframe_phead = NULL; in rtl8188eu_xmitframe_complete() local
533 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
534 xmitframe_plist = xmitframe_phead->next; in rtl8188eu_xmitframe_complete()
536 while (xmitframe_phead != xmitframe_plist) { in rtl8188eu_xmitframe_complete()
/linux-4.1.27/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()