Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c26 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 Drtl819x_TS.h46 struct list_head rx_pending_pkt_list; member
H A Drtllib_rx.c441 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 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()
H A Drtl819x_TS.h94 struct list_head rx_pending_pkt_list; member
H A 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()