Searched refs:xmitframe_phead (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_xmit.c | 2231 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in wakeup_sta_to_xmit() local 2240 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit() 2241 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit() 2311 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit() 2312 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit() 2348 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in xmit_delivery_enabled_frames() local 2355 xmitframe_phead = get_list_head(&psta->sleep_q); in xmit_delivery_enabled_frames() 2356 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in xmit_delivery_enabled_frames()
|
| H A D | rtw_recv.c | 1008 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local 1015 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame() 1016 xmitframe_plist = get_next(xmitframe_phead); in validate_recv_ctrl_frame() 1018 if (xmitframe_phead != xmitframe_plist) { in validate_recv_ctrl_frame()
|
| H A D | rtw_mlme_ext.c | 5825 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in chk_bmc_sleepq_hdl() local 5841 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl() 5842 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in chk_bmc_sleepq_hdl()
|