Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A 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/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_xmit.c180 struct list_head *sta_plist, *sta_phead, *frame_plist, *frame_phead, *tmp; in xmit_xmitframes() local
227 list_for_each_safe(sta_plist, tmp, sta_phead) { in xmit_xmitframes()
228 ptxservq = list_entry(sta_plist, struct tx_servq, in xmit_xmitframes()
/linux/drivers/staging/r8188eu/core/
A Drtw_xmit.c1378 struct list_head *sta_plist, *sta_phead; in rtw_dequeue_xframe() local
1402 sta_plist = sta_phead->next; in rtw_dequeue_xframe()
1404 while (sta_phead != sta_plist) { in rtw_dequeue_xframe()
1405 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe()
1420 sta_plist = sta_plist->next; in rtw_dequeue_xframe()

Completed in 12 milliseconds