Searched refs:pRxReorderEntry (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 144 struct rx_reorder_entry *pRxReorderEntry = ieee->RxReorderEntry; in TSInitialize() local 209 list_add_tail(&pRxReorderEntry->List, in TSInitialize() 213 pRxReorderEntry = &ieee->RxReorderEntry[count+1]; in TSInitialize() 430 struct rx_reorder_entry *pRxReorderEntry; in RemoveTsEntry() local 437 pRxReorderEntry = (struct rx_reorder_entry *) in RemoveTsEntry() 442 pRxReorderEntry->SeqNum); in RemoveTsEntry() 443 list_del_init(&pRxReorderEntry->List); in RemoveTsEntry() 446 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() 455 list_add_tail(&pRxReorderEntry->List, in RemoveTsEntry()
|
D | rtllib_rx.c | 524 struct rx_reorder_entry *pRxReorderEntry; in rtllib_FlushRxTsPendingPkts() local 536 …pRxReorderEntry = (struct rx_reorder_entry *)list_entry(pTS->RxPendingPktList.prev, struct rx_reor… in rtllib_FlushRxTsPendingPkts() 537 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "%s(): Indicate SeqNum %d!\n", __func__, pRxReorderEntry->SeqNum); in rtllib_FlushRxTsPendingPkts() 538 list_del_init(&pRxReorderEntry->List); in rtllib_FlushRxTsPendingPkts() 540 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; in rtllib_FlushRxTsPendingPkts() 543 list_add_tail(&pRxReorderEntry->List, &ieee->RxReorder_Unused_List); in rtllib_FlushRxTsPendingPkts()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 145 PRX_REORDER_ENTRY pRxReorderEntry = ieee->RxReorderEntry; in TSInitialize() local 199 list_add_tail( &pRxReorderEntry->List,&ieee->RxReorder_Unused_List); in TSInitialize() 202 pRxReorderEntry = &ieee->RxReorderEntry[count+1]; in TSInitialize() 465 PRX_REORDER_ENTRY pRxReorderEntry; in RemoveTsEntry() local 475 …pRxReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTS->RxPendingPktList.prev,RX_REORDER_ENTRY,List… in RemoveTsEntry() 476 list_del_init(&pRxReorderEntry->List); in RemoveTsEntry() 479 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() 491 list_add_tail(&pRxReorderEntry->List,&ieee->RxReorder_Unused_List); in RemoveTsEntry()
|