Searched refs:sta_phead (Results 1 – 3 of 3) sorted by relevance
185 struct list_head *sta_plist, *sta_phead; in dequeue_xframe_ex() local213 sta_phead = &phwxmit->sta_queue->queue; in dequeue_xframe_ex()214 sta_plist = sta_phead->next; in dequeue_xframe_ex()215 while ((end_of_queue_search(sta_phead, sta_plist)) == false) { in dequeue_xframe_ex()
1503 struct list_head *sta_plist, *sta_phead; in rtw_dequeue_xframe() local1527 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe()1528 sta_plist = sta_phead->next; in rtw_dequeue_xframe()1530 while (sta_phead != sta_plist) { in rtw_dequeue_xframe()
1652 struct list_head *sta_plist, *sta_phead, *ptmp; in rtw_dequeue_xframe23a() local1677 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe23a()1679 list_for_each_safe(sta_plist, ptmp, sta_phead) { in rtw_dequeue_xframe23a()