Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl8712_xmit.c185 struct list_head *sta_plist, *sta_phead; in dequeue_xframe_ex() local
210 sta_plist = sta_phead->next; in dequeue_xframe_ex()
211 while (!end_of_queue_search(sta_phead, sta_plist)) { in dequeue_xframe_ex()
212 ptxservq = container_of(sta_plist, struct tx_servq, in dequeue_xframe_ex()
221 sta_plist = sta_plist->next; in dequeue_xframe_ex()
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1451 struct list_head *sta_plist, *sta_phead; in rtw_dequeue_xframe() local
1476 sta_plist = sta_phead->next; in rtw_dequeue_xframe()
1478 while (sta_phead != sta_plist) { in rtw_dequeue_xframe()
1479 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe()
1494 sta_plist = sta_plist->next; in rtw_dequeue_xframe()