Searched refs:pReorderEntry (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_TSProc.c30 PRX_REORDER_ENTRY pReorderEntry = NULL; local
47 pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->RxPendingPktList.prev,RX_REORDER_ENTRY,List);
49 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
52 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
54 list_del_init(&pReorderEntry->List);
56 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
59 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
60 stats_IndicateArray[index] = pReorderEntry->prxb;
63 list_add_tail(&pReorderEntry
[all...]
H A Dieee80211_rx.c540 PRX_REORDER_ENTRY pReorderEntry
546 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
550 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
559 pReorderEntry->List.next = pList->next;
560 pReorderEntry->List.next->prev = &pReorderEntry->List;
561 pReorderEntry->List.prev = pList;
562 pList->next = &pReorderEntry->List;
627 PRX_REORDER_ENTRY pReorderEntry = NULL; local
692 pReorderEntry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_TSProc.c48 PRX_REORDER_ENTRY pReorderEntry = NULL; local
63 pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->RxPendingPktList.prev,RX_REORDER_ENTRY,List);
65 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
67 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
68 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
70 list_del_init(&pReorderEntry->List);
72 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
75 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
76 stats_IndicateArray[index] = pReorderEntry->prxb;
79 list_add_tail(&pReorderEntry
[all...]
H A Dieee80211_rx.c479 PRX_REORDER_ENTRY pReorderEntry
485 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
489 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
498 pReorderEntry->List.next = pList->next;
499 pReorderEntry->List.next->prev = &pReorderEntry->List;
500 pReorderEntry->List.prev = pList;
501 pList->next = &pReorderEntry->List;
566 PRX_REORDER_ENTRY pReorderEntry = NULL; local
631 pReorderEntry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c30 PRX_REORDER_ENTRY pReorderEntry = NULL; local
47 pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->RxPendingPktList.prev,RX_REORDER_ENTRY,List);
49 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
52 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
54 list_del_init(&pReorderEntry->List);
56 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
59 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
60 stats_IndicateArray[index] = pReorderEntry->prxb;
63 list_add_tail(&pReorderEntry
[all...]
H A Dieee80211_rx.c527 PRX_REORDER_ENTRY pReorderEntry
533 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
537 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
546 pReorderEntry->List.next = pList->next;
547 pReorderEntry->List.next->prev = &pReorderEntry->List;
548 pReorderEntry->List.prev = pList;
549 pList->next = &pReorderEntry->List;
614 PRX_REORDER_ENTRY pReorderEntry = NULL; local
679 pReorderEntry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_TSProc.c48 PRX_REORDER_ENTRY pReorderEntry = NULL; local
63 pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->RxPendingPktList.prev,RX_REORDER_ENTRY,List);
65 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
67 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
68 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
70 list_del_init(&pReorderEntry->List);
72 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
75 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
76 stats_IndicateArray[index] = pReorderEntry->prxb;
79 list_add_tail(&pReorderEntry
[all...]
H A Dieee80211_rx.c479 PRX_REORDER_ENTRY pReorderEntry
485 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
489 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
498 pReorderEntry->List.next = pList->next;
499 pReorderEntry->List.next->prev = &pReorderEntry->List;
500 pReorderEntry->List.prev = pList;
501 pList->next = &pReorderEntry->List;
566 PRX_REORDER_ENTRY pReorderEntry = NULL; local
631 pReorderEntry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c30 PRX_REORDER_ENTRY pReorderEntry = NULL; local
47 pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->RxPendingPktList.prev,RX_REORDER_ENTRY,List);
49 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
52 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
54 list_del_init(&pReorderEntry->List);
56 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
59 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
60 stats_IndicateArray[index] = pReorderEntry->prxb;
63 list_add_tail(&pReorderEntry
[all...]
H A Dieee80211_rx.c527 PRX_REORDER_ENTRY pReorderEntry
533 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
537 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
546 pReorderEntry->List.next = pList->next;
547 pReorderEntry->List.next->prev = &pReorderEntry->List;
548 pReorderEntry->List.prev = pList;
549 pList->next = &pReorderEntry->List;
614 PRX_REORDER_ENTRY pReorderEntry = NULL; local
679 pReorderEntry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_TSProc.c30 PRX_REORDER_ENTRY pReorderEntry = NULL; local
47 pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->RxPendingPktList.prev,RX_REORDER_ENTRY,List);
49 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
52 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
54 list_del_init(&pReorderEntry->List);
56 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
59 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
60 stats_IndicateArray[index] = pReorderEntry->prxb;
63 list_add_tail(&pReorderEntry
[all...]
H A Dieee80211_rx.c540 PRX_REORDER_ENTRY pReorderEntry
546 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
550 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
559 pReorderEntry->List.next = pList->next;
560 pReorderEntry->List.next->prev = &pReorderEntry->List;
561 pReorderEntry->List.prev = pList;
562 pList->next = &pReorderEntry->List;
627 PRX_REORDER_ENTRY pReorderEntry = NULL; local
692 pReorderEntry
[all...]

Completed in 202 milliseconds