Searched refs:xmitframe_plist (Results 1 – 2 of 2) 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 2241 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit() 2242 pxmitframe = list_entry(xmitframe_plist, struct xmit_frame, in wakeup_sta_to_xmit() 2312 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit() 2313 pxmitframe = list_entry(xmitframe_plist, in wakeup_sta_to_xmit() 2348 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in xmit_delivery_enabled_frames() local 2356 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in xmit_delivery_enabled_frames() 2357 pxmitframe = list_entry(xmitframe_plist, struct xmit_frame, in xmit_delivery_enabled_frames()
|
| H A D | rtw_mlme_ext.c | 5825 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in chk_bmc_sleepq_hdl() local 5842 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in chk_bmc_sleepq_hdl() 5843 pxmitframe = list_entry(xmitframe_plist, in chk_bmc_sleepq_hdl()
|