Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c176 struct list_head *sta_plist, *sta_phead, *frame_plist, *frame_phead, *tmp; in xmit_xmitframes() local
220 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes()
223 list_for_each_safe(sta_plist, tmp, sta_phead) { in xmit_xmitframes()
/linux-6.12.1/drivers/staging/rtl8712/
Drtl8712_xmit.c172 struct list_head *sta_plist, *sta_phead; in dequeue_xframe_ex() local
196 sta_phead = &phwxmit->sta_queue->queue; in dequeue_xframe_ex()
197 sta_plist = sta_phead->next; in dequeue_xframe_ex()
198 while (!end_of_queue_search(sta_phead, sta_plist)) { in dequeue_xframe_ex()