Home
last modified time | relevance | path

Searched refs:rx_pending_pkt_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c42 while(!list_empty(&pRxTs->rx_pending_pkt_list)) { in RxPktPendingTimeout()
43 …pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->rx_pending_pkt_list.prev,RX_REORDER_ENTRY,Lis… in RxPktPendingTimeout()
169 INIT_LIST_HEAD(&pRxTS->rx_pending_pkt_list); in TSInitialize()
426 while(!list_empty(&pRxTS->rx_pending_pkt_list)) { in RemoveTsEntry()
429 …pRxReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTS->rx_pending_pkt_list.prev,RX_REORDER_ENTRY,L… in RemoveTsEntry()
Drtl819x_TS.h94 struct list_head rx_pending_pkt_list; member
Dieee80211_rx.c513 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry()
514 while(pList->next != &pTS->rx_pending_pkt_list) in AddReorderEntry()
710 while(!list_empty(&pTS->rx_pending_pkt_list)) { in RxReorderIndicatePacket()
712 …pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pTS->rx_pending_pkt_list.prev,RX_REORDER_ENTRY,List); in RxReorderIndicatePacket()