Searched refs:pRxReorderEntry (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c124 struct rx_reorder_entry *pRxReorderEntry = ieee->RxReorderEntry; local
164 list_add_tail(&pRxReorderEntry->list,
168 pRxReorderEntry = &ieee->RxReorderEntry[count + 1];
329 struct rx_reorder_entry *pRxReorderEntry; local
336 pRxReorderEntry = (struct rx_reorder_entry *)
340 __func__, pRxReorderEntry->SeqNum);
341 list_del_init(&pRxReorderEntry->list);
344 struct rtllib_rxb *prxb = pRxReorderEntry->prxb;
353 list_add_tail(&pRxReorderEntry->list,
H A Drtllib_rx.c493 struct rx_reorder_entry *pRxReorderEntry; local
505 pRxReorderEntry = (struct rx_reorder_entry *)
509 pRxReorderEntry->SeqNum);
510 list_del_init(&pRxReorderEntry->list);
512 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb;
515 list_add_tail(&pRxReorderEntry->list,

Completed in 200 milliseconds