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 = (PRX_REORDER_ENTRY)list_entry(pRxTs->rx_pending_pkt_list.prev,RX_REORDER_ENTRY,Lis… in RxPktPendingTimeout()169 INIT_LIST_HEAD(&pRxTS->rx_pending_pkt_list); in TSInitialize()426 while(!list_empty(&pRxTS->rx_pending_pkt_list)) { in RemoveTsEntry()429 …pRxReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTS->rx_pending_pkt_list.prev,RX_REORDER_ENTRY,L… in RemoveTsEntry()
94 struct list_head rx_pending_pkt_list; member
513 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry()514 while(pList->next != &pTS->rx_pending_pkt_list) in AddReorderEntry()710 while(!list_empty(&pTS->rx_pending_pkt_list)) { in RxReorderIndicatePacket()712 …pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pTS->rx_pending_pkt_list.prev,RX_REORDER_ENTRY,List); in RxReorderIndicatePacket()