Searched refs:SeqNum (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 508 …if (SN_LESS(pReorderEntry->SeqNum, list_entry(pList->next, struct rx_reorder_entry, List)->SeqNum)) in AddReorderEntry() 510 …else if (SN_EQUAL(pReorderEntry->SeqNum, list_entry(pList->next, struct rx_reorder_entry, List)->S… in AddReorderEntry() 587 struct rx_ts_record *pTS, u16 SeqNum) in RxReorderIndicatePacket() argument 596 …"%s(): Seq is %d,pTS->rx_indicate_seq is %d, WinSize is %d\n", __func__, SeqNum, pTS->rx_indicate_… in RxReorderIndicatePacket() 606 pTS->rx_indicate_seq = SeqNum; in RxReorderIndicatePacket() 609 if (SN_LESS(SeqNum, pTS->rx_indicate_seq)) { in RxReorderIndicatePacket() 611 pTS->rx_indicate_seq, SeqNum); in RxReorderIndicatePacket() 631 if (SN_EQUAL(SeqNum, pTS->rx_indicate_seq)) { in RxReorderIndicatePacket() 634 } else if (SN_LESS(WinEnd, SeqNum)) { in RxReorderIndicatePacket() 635 if (SeqNum >= (WinSize - 1)) in RxReorderIndicatePacket() [all …]
|
D | rtl819x_TSProc.c | 45 pRxTs->rx_indicate_seq = pReorderEntry->SeqNum; in RxPktPendingTimeout() 47 if (SN_LESS(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq) || in RxPktPendingTimeout() 48 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq)) { in RxPktPendingTimeout() 51 if (SN_EQUAL(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq)) in RxPktPendingTimeout() 54 IEEE80211_DEBUG(IEEE80211_DL_REORDER, "%s: IndicateSeq: %d\n", __func__, pReorderEntry->SeqNum); in RxPktPendingTimeout()
|
D | ieee80211.h | 1475 u16 SeqNum; member
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 455 if (SN_LESS(pReorderEntry->SeqNum, ((struct rx_reorder_entry *) in AddReorderEntry() 457 List))->SeqNum)) in AddReorderEntry() 459 else if (SN_EQUAL(pReorderEntry->SeqNum, in AddReorderEntry() 461 struct rx_reorder_entry, List))->SeqNum)) in AddReorderEntry() 552 pRxReorderEntry->SeqNum); in rtllib_FlushRxTsPendingPkts() 568 struct rx_ts_record *pTS, u16 SeqNum) in RxReorderIndicatePacket() argument 580 __func__, SeqNum, pTS->rx_indicate_seq, WinSize); in RxReorderIndicatePacket() 587 pTS->rx_indicate_seq = SeqNum; in RxReorderIndicatePacket() 590 if (SN_LESS(SeqNum, pTS->rx_indicate_seq)) { in RxReorderIndicatePacket() 593 pTS->rx_indicate_seq, SeqNum); in RxReorderIndicatePacket() [all …]
|
D | rtl819x_TSProc.c | 39 pRxTs->rx_indicate_seq = pReorderEntry->SeqNum; in RxPktPendingTimeout() 41 if (SN_LESS(pReorderEntry->SeqNum, in RxPktPendingTimeout() 43 SN_EQUAL(pReorderEntry->SeqNum, in RxPktPendingTimeout() 47 if (SN_EQUAL(pReorderEntry->SeqNum, in RxPktPendingTimeout() 54 __func__, pReorderEntry->SeqNum); in RxPktPendingTimeout() 413 __func__, pRxReorderEntry->SeqNum); in RemoveTsEntry()
|
D | rtllib.h | 1224 u16 SeqNum; member
|