Searched refs:sta_phead (Results 1 – 3 of 3) sorted by relevance
180 struct list_head *sta_plist, *sta_phead, *frame_plist, *frame_phead, *tmp; in xmit_xmitframes() local224 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes()227 list_for_each_safe(sta_plist, tmp, sta_phead) { in xmit_xmitframes()
173 struct list_head *sta_plist, *sta_phead; in dequeue_xframe_ex() local197 sta_phead = &phwxmit->sta_queue->queue; in dequeue_xframe_ex()198 sta_plist = sta_phead->next; in dequeue_xframe_ex()199 while (!end_of_queue_search(sta_phead, sta_plist)) { in dequeue_xframe_ex()
1378 struct list_head *sta_plist, *sta_phead; in rtw_dequeue_xframe() local1401 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe()1402 sta_plist = sta_phead->next; in rtw_dequeue_xframe()1404 while (sta_phead != sta_plist) { in rtw_dequeue_xframe()
Completed in 768 milliseconds