Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c177 struct list_head *sta_plist, *sta_phead, *frame_plist, *frame_phead, *tmp; in xmit_xmitframes() local
230 frame_phead = get_list_head(pframe_queue); in xmit_xmitframes()
232 while (list_empty(frame_phead) == false) { in xmit_xmitframes()
233 frame_plist = get_next(frame_phead); in xmit_xmitframes()