Searched refs:rx_pending_pkt_list (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 26 while (!list_empty(&pRxTs->rx_pending_pkt_list)) { in RxPktPendingTimeout() 28 list_entry(pRxTs->rx_pending_pkt_list.prev, in RxPktPendingTimeout() 155 INIT_LIST_HEAD(&pRxTS->rx_pending_pkt_list); in TSInitialize() 363 while (!list_empty(&pRxTS->rx_pending_pkt_list)) { in RemoveTsEntry() 365 list_entry(pRxTS->rx_pending_pkt_list.prev, in RemoveTsEntry()
|
H A D | rtl819x_TS.h | 46 struct list_head rx_pending_pkt_list; member
|
H A D | rtllib_rx.c | 441 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry() 443 while (pList->next != &pTS->rx_pending_pkt_list) { in AddReorderEntry() 529 while (!list_empty(&pTS->rx_pending_pkt_list)) { in rtllib_FlushRxTsPendingPkts() 538 list_entry(pTS->rx_pending_pkt_list.prev, in rtllib_FlushRxTsPendingPkts() 685 while (!list_empty(&pTS->rx_pending_pkt_list)) { in RxReorderIndicatePacket() 690 list_entry(pTS->rx_pending_pkt_list.prev, in RxReorderIndicatePacket()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A 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()
|
H A D | rtl819x_TS.h | 94 struct list_head rx_pending_pkt_list; member
|
H A 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()
|