Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_xmit.c154 struct list_head *xmitframe_plist, *xmitframe_phead; in dequeue_one_xmitframe() local
158 xmitframe_plist = xmitframe_phead->next; in dequeue_one_xmitframe()
159 if (!end_of_queue_search(xmitframe_phead, xmitframe_plist)) { in dequeue_one_xmitframe()
160 pxmitframe = container_of(xmitframe_plist, in dequeue_one_xmitframe()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c2199 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in wakeup_sta_to_xmit() local
2209 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit()
2210 pxmitframe = list_entry(xmitframe_plist, struct xmit_frame, in wakeup_sta_to_xmit()
2280 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in wakeup_sta_to_xmit()
2281 pxmitframe = list_entry(xmitframe_plist, in wakeup_sta_to_xmit()
2316 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in xmit_delivery_enabled_frames() local
2324 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in xmit_delivery_enabled_frames()
2325 pxmitframe = list_entry(xmitframe_plist, struct xmit_frame, in xmit_delivery_enabled_frames()
H A Drtw_recv.c951 struct list_head *xmitframe_plist, *xmitframe_phead; in validate_recv_ctrl_frame() local
959 xmitframe_plist = get_next(xmitframe_phead); in validate_recv_ctrl_frame()
961 if (xmitframe_phead != xmitframe_plist) { in validate_recv_ctrl_frame()
962 pxmitframe = container_of(xmitframe_plist, struct xmit_frame, list); in validate_recv_ctrl_frame()
964 xmitframe_plist = get_next(xmitframe_plist); in validate_recv_ctrl_frame()
H A Drtw_mlme_ext.c5866 struct list_head *xmitframe_plist, *xmitframe_phead, *tmp; in chk_bmc_sleepq_hdl() local
5883 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { in chk_bmc_sleepq_hdl()
5884 pxmitframe = list_entry(xmitframe_plist, in chk_bmc_sleepq_hdl()