Searched refs:pRxReorderEntry (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 144 struct rx_reorder_entry *pRxReorderEntry = ieee->RxReorderEntry; in TSInitialize() local 208 list_add_tail(&pRxReorderEntry->List, in TSInitialize() 212 pRxReorderEntry = &ieee->RxReorderEntry[count+1]; in TSInitialize() 429 struct rx_reorder_entry *pRxReorderEntry; in RemoveTsEntry() local 436 pRxReorderEntry = (struct rx_reorder_entry *) in RemoveTsEntry() 441 pRxReorderEntry->SeqNum); in RemoveTsEntry() 442 list_del_init(&pRxReorderEntry->List); in RemoveTsEntry() 445 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() 453 list_add_tail(&pRxReorderEntry->List, in RemoveTsEntry()
|
D | rtllib_rx.c | 521 struct rx_reorder_entry *pRxReorderEntry; in rtllib_FlushRxTsPendingPkts() local 531 …pRxReorderEntry = (struct rx_reorder_entry *)list_entry(pTS->RxPendingPktList.prev, struct rx_reor… in rtllib_FlushRxTsPendingPkts() 532 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "%s(): Indicate SeqNum %d!\n", __func__, pRxReorderEntry->SeqNum); in rtllib_FlushRxTsPendingPkts() 533 list_del_init(&pRxReorderEntry->List); in rtllib_FlushRxTsPendingPkts() 535 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; in rtllib_FlushRxTsPendingPkts() 538 list_add_tail(&pRxReorderEntry->List, &ieee->RxReorder_Unused_List); in rtllib_FlushRxTsPendingPkts()
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 145 PRX_REORDER_ENTRY pRxReorderEntry = ieee->RxReorderEntry; in TSInitialize() local 218 list_add_tail( &pRxReorderEntry->List,&ieee->RxReorder_Unused_List); in TSInitialize() 221 pRxReorderEntry = &ieee->RxReorderEntry[count+1]; in TSInitialize() 490 PRX_REORDER_ENTRY pRxReorderEntry; in RemoveTsEntry() local 500 …pRxReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTS->RxPendingPktList.prev,RX_REORDER_ENTRY,List… in RemoveTsEntry() 501 list_del_init(&pRxReorderEntry->List); in RemoveTsEntry() 504 struct ieee80211_rxb * prxb = pRxReorderEntry->prxb; in RemoveTsEntry() 516 list_add_tail(&pRxReorderEntry->List,&ieee->RxReorder_Unused_List); in RemoveTsEntry()
|