Searched refs:xmitframe_phead (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl8712_xmit.c | 154 struct list_head *xmitframe_plist, *xmitframe_phead; in dequeue_one_xmitframe() local 157 xmitframe_phead = &pframe_queue->queue; in dequeue_one_xmitframe() 158 xmitframe_plist = xmitframe_phead->next; in dequeue_one_xmitframe() 159 if (!end_of_queue_search(xmitframe_phead, xmitframe_plist)) { in dequeue_one_xmitframe()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 2199 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in wakeup_sta_to_xmit() local 2208 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit() 2209 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit() 2279 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit() 2280 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit() 2316 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in xmit_delivery_enabled_frames() local 2323 xmitframe_phead = get_list_head(&psta->sleep_q); in xmit_delivery_enabled_frames() 2324 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in xmit_delivery_enabled_frames()
|
D | rtw_recv.c | 951 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local 958 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame() 959 xmitframe_plist = get_next(xmitframe_phead); in validate_recv_ctrl_frame() 961 if (xmitframe_phead != xmitframe_plist) { in validate_recv_ctrl_frame()
|
D | rtw_mlme_ext.c | 5866 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in chk_bmc_sleepq_hdl() local 5882 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl() 5883 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in chk_bmc_sleepq_hdl()
|