Searched refs:sta_plist (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl8712_xmit.c | 185 struct list_head *sta_plist, *sta_phead; dequeue_xframe_ex() local 214 sta_plist = sta_phead->next; dequeue_xframe_ex() 215 while ((end_of_queue_search(sta_phead, sta_plist)) == false) { dequeue_xframe_ex() 216 ptxservq = LIST_CONTAINOR(sta_plist, struct tx_servq, dequeue_xframe_ex() 225 sta_plist = sta_plist->next; dequeue_xframe_ex() 228 /* must be done after sta_plist->next dequeue_xframe_ex()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_xmit.c | 1501 struct list_head *sta_plist, *sta_phead; rtw_dequeue_xframe() local 1526 sta_plist = sta_phead->next; rtw_dequeue_xframe() 1528 while (sta_phead != sta_plist) { rtw_dequeue_xframe() 1529 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); rtw_dequeue_xframe() 1544 sta_plist = sta_plist->next; rtw_dequeue_xframe()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_xmit.c | 1615 struct list_head *sta_plist, *sta_phead, *ptmp; rtw_dequeue_xframe23a() local 1642 list_for_each_safe(sta_plist, ptmp, sta_phead) { list_for_each_safe() 1643 ptxservq = container_of(sta_plist, struct tx_servq, list_for_each_safe()
|
Completed in 128 milliseconds