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

/linux-master/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c17 struct rx_reorder_entry *pReorderEntry = NULL; local
26 pReorderEntry = (struct rx_reorder_entry *)
30 ts->rx_indicate_seq = pReorderEntry->SeqNum;
32 if (SN_LESS(pReorderEntry->SeqNum,
34 SN_EQUAL(pReorderEntry->SeqNum,
36 list_del_init(&pReorderEntry->list);
38 if (SN_EQUAL(pReorderEntry->SeqNum,
45 __func__, pReorderEntry->SeqNum);
47 pReorderEntry->prxb;
50 list_add_tail(&pReorderEntry
[all...]
H A Drtllib_rx.c407 struct rx_reorder_entry *pReorderEntry)
412 if (SN_LESS(pReorderEntry->SeqNum, ((struct rx_reorder_entry *)
416 else if (SN_EQUAL(pReorderEntry->SeqNum,
423 pReorderEntry->list.next = pList->next;
424 pReorderEntry->list.next->prev = &pReorderEntry->list;
425 pReorderEntry->list.prev = pList;
426 pList->next = &pReorderEntry->list;
528 struct rx_reorder_entry *pReorderEntry = NULL; local
602 pReorderEntry
406 AddReorderEntry(struct rx_ts_record *ts, struct rx_reorder_entry *pReorderEntry) argument
[all...]

Completed in 117 milliseconds