Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c42 while (!list_empty(&pRxTs->rx_pending_pkt_list)) { in RxPktPendingTimeout()
43 pReorderEntry = list_entry(pRxTs->rx_pending_pkt_list.prev, struct rx_reorder_entry, List); in RxPktPendingTimeout()
169 INIT_LIST_HEAD(&pRxTS->rx_pending_pkt_list); in TSInitialize()
423 while (!list_empty(&pRxTS->rx_pending_pkt_list)) { in RemoveTsEntry()
426 pRxReorderEntry = list_entry(pRxTS->rx_pending_pkt_list.prev, struct rx_reorder_entry, List); in RemoveTsEntry()
Drtl819x_TS.h94 struct list_head rx_pending_pkt_list; member
Dieee80211_rx.c506 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry()
507 while (pList->next != &pTS->rx_pending_pkt_list) { in AddReorderEntry()
706 while (!list_empty(&pTS->rx_pending_pkt_list)) { in RxReorderIndicatePacket()
708 pReorderEntry = list_entry(pTS->rx_pending_pkt_list.prev, struct rx_reorder_entry, List); in RxReorderIndicatePacket()
/linux-6.1.9/drivers/staging/rtl8192e/
Drtl819x_TSProc.c34 while (!list_empty(&pRxTs->rx_pending_pkt_list)) { in RxPktPendingTimeout()
36 list_entry(pRxTs->rx_pending_pkt_list.prev, in RxPktPendingTimeout()
169 INIT_LIST_HEAD(&pRxTS->rx_pending_pkt_list); in TSInitialize()
408 while (!list_empty(&pRxTS->rx_pending_pkt_list)) { in RemoveTsEntry()
410 list_entry(pRxTS->rx_pending_pkt_list.prev, in RemoveTsEntry()
Drtl819x_TS.h48 struct list_head rx_pending_pkt_list; member
Drtllib_rx.c452 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry()
454 while (pList->next != &pTS->rx_pending_pkt_list) { in AddReorderEntry()
540 while (!list_empty(&pTS->rx_pending_pkt_list)) { in rtllib_FlushRxTsPendingPkts()
549 list_entry(pTS->rx_pending_pkt_list.prev, in rtllib_FlushRxTsPendingPkts()
696 while (!list_empty(&pTS->rx_pending_pkt_list)) { in RxReorderIndicatePacket()
701 list_entry(pTS->rx_pending_pkt_list.prev, in RxReorderIndicatePacket()