Searched refs:sta_plist (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 207 struct list_head *sta_plist, *sta_phead, *frame_plist, *frame_phead; in xmit_xmitframes() local 253 sta_plist = get_next(sta_phead); in xmit_xmitframes() 256 while (sta_phead != sta_plist) { in xmit_xmitframes() 257 ptxservq = LIST_CONTAINOR(sta_plist, struct tx_servq, tx_pending); in xmit_xmitframes() 258 sta_plist = get_next(sta_plist); in xmit_xmitframes()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl8712_xmit.c | 185 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()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1382 struct list_head *sta_plist, *sta_phead; in rtw_dequeue_xframe() local 1406 sta_plist = sta_phead->next; in rtw_dequeue_xframe() 1408 while (sta_phead != sta_plist) { in rtw_dequeue_xframe() 1409 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe() 1424 sta_plist = sta_plist->next; in rtw_dequeue_xframe()
|