Searched refs:sta_phead (Results 1 – 3 of 3) sorted by relevance
207 struct list_head *sta_plist, *sta_phead, *frame_plist, *frame_phead; in xmit_xmitframes() local252 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes()253 sta_plist = get_next(sta_phead); in xmit_xmitframes()256 while (sta_phead != sta_plist) { in xmit_xmitframes()
185 struct list_head *sta_plist, *sta_phead; in dequeue_xframe_ex() local209 sta_phead = &phwxmit->sta_queue->queue; in dequeue_xframe_ex()210 sta_plist = sta_phead->next; in dequeue_xframe_ex()211 while (!end_of_queue_search(sta_phead, sta_plist)) { in dequeue_xframe_ex()
1382 struct list_head *sta_plist, *sta_phead; in rtw_dequeue_xframe() local1405 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe()1406 sta_plist = sta_phead->next; in rtw_dequeue_xframe()1408 while (sta_phead != sta_plist) { in rtw_dequeue_xframe()