Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1483 struct list_head *xmitframe_plist, *xmitframe_phead; in dequeue_one_xmitframe() local
1486 xmitframe_phead = get_list_head(pframe_queue); in dequeue_one_xmitframe()
1487 xmitframe_plist = xmitframe_phead->next; in dequeue_one_xmitframe()
1489 if (xmitframe_phead != xmitframe_plist) { in dequeue_one_xmitframe()
1944 struct list_head *xmitframe_plist, *xmitframe_phead; in wakeup_sta_to_xmit() local
1950 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
1951 xmitframe_plist = xmitframe_phead->next; in wakeup_sta_to_xmit()
1953 while (xmitframe_phead != xmitframe_plist) { in wakeup_sta_to_xmit()
2031 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
2032 xmitframe_plist = xmitframe_phead->next; in wakeup_sta_to_xmit()
[all …]
Drtw_recv.c1030 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local
1035 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1036 xmitframe_plist = xmitframe_phead->next; in validate_recv_ctrl_frame()
1038 if (xmitframe_phead != xmitframe_plist) { in validate_recv_ctrl_frame()
Drtw_mlme_ext.c5508 struct list_head *xmitframe_plist, *xmitframe_phead; in tx_beacon_hdl() local
5521 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
5522 xmitframe_plist = xmitframe_phead->next; in tx_beacon_hdl()
5524 while (xmitframe_phead != xmitframe_plist) { in tx_beacon_hdl()
/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()
/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()
/drivers/staging/rtl8723au/core/
Drtw_recv.c1151 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local
1157 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1158 xmitframe_plist = xmitframe_phead->next; in validate_recv_ctrl_frame()
1160 if (!list_empty(xmitframe_phead)) { in validate_recv_ctrl_frame()