Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c207 struct list_head *sta_plist, *sta_phead, *frame_plist, *frame_phead; in xmit_xmitframes() local
252 sta_plist = get_next(sta_phead); in xmit_xmitframes()
255 while (sta_phead != sta_plist) { in xmit_xmitframes()
256 ptxservq = LIST_CONTAINOR(sta_plist, struct tx_servq, tx_pending); in xmit_xmitframes()
257 sta_plist = get_next(sta_plist); in xmit_xmitframes()
/Linux-v5.10/drivers/staging/rtl8712/
Drtl8712_xmit.c173 struct list_head *sta_plist, *sta_phead; in dequeue_xframe_ex() local
198 sta_plist = sta_phead->next; in dequeue_xframe_ex()
199 while (!end_of_queue_search(sta_phead, sta_plist)) { in dequeue_xframe_ex()
200 ptxservq = container_of(sta_plist, struct tx_servq, in dequeue_xframe_ex()
209 sta_plist = sta_plist->next; in dequeue_xframe_ex()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1380 struct list_head *sta_plist, *sta_phead; in rtw_dequeue_xframe() local
1404 sta_plist = sta_phead->next; in rtw_dequeue_xframe()
1406 while (sta_phead != sta_plist) { in rtw_dequeue_xframe()
1407 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe()
1422 sta_plist = sta_plist->next; in rtw_dequeue_xframe()