Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A Drtl8712_xmit.c154 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()
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_xmit.c2199 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()
A Drtw_recv.c951 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()
A Drtw_mlme_ext.c5868 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in chk_bmc_sleepq_hdl() local
5884 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
5885 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in chk_bmc_sleepq_hdl()

Completed in 22 milliseconds