Searched refs:rx_pending_pkt_list (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 42 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()
|
D | rtl819x_TS.h | 94 struct list_head rx_pending_pkt_list; member
|
D | ieee80211_rx.c | 506 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/ |
D | rtl819x_TSProc.c | 34 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()
|
D | rtl819x_TS.h | 48 struct list_head rx_pending_pkt_list; member
|
D | rtllib_rx.c | 452 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()
|