Searched refs:sta_plist (Results 1 – 2 of 2) sorted by relevance
185 struct list_head *sta_plist, *sta_phead; in dequeue_xframe_ex() local210 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()
1451 struct list_head *sta_plist, *sta_phead; in rtw_dequeue_xframe() local1476 sta_plist = sta_phead->next; in rtw_dequeue_xframe()1478 while (sta_phead != sta_plist) { in rtw_dequeue_xframe()1479 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe()1494 sta_plist = sta_plist->next; in rtw_dequeue_xframe()