Searched refs:rx_pending_pkt_list (Results 1 – 3 of 3) sorted by relevance
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()
94 struct list_head rx_pending_pkt_list; member
507 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry()508 while (pList->next != &pTS->rx_pending_pkt_list) { in AddReorderEntry()694 while (!list_empty(&pTS->rx_pending_pkt_list)) { in RxReorderIndicatePacket()696 pReorderEntry = list_entry(pTS->rx_pending_pkt_list.prev, struct rx_reorder_entry, List); in RxReorderIndicatePacket()