Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c2200 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in wakeup_sta_to_xmit() local
2209 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
2210 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit()
2280 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
2281 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit()
2317 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in xmit_delivery_enabled_frames() local
2324 xmitframe_phead = get_list_head(&psta->sleep_q); in xmit_delivery_enabled_frames()
2325 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in xmit_delivery_enabled_frames()
H A Drtw_recv.c950 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local
957 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
958 xmitframe_plist = get_next(xmitframe_phead); in validate_recv_ctrl_frame()
960 if (xmitframe_phead != xmitframe_plist) { in validate_recv_ctrl_frame()
H A Drtw_mlme_ext.c5863 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in chk_bmc_sleepq_hdl() local
5879 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
5880 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in chk_bmc_sleepq_hdl()