Home
last modified time | relevance | path

Searched refs:SeqNum (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c508 …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 …]
H A Drtl819x_TSProc.c45 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()
H A Dieee80211.h1475 u16 SeqNum; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_rx.c455 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->RxIndicateSeq, WinSize); in RxReorderIndicatePacket()
587 pTS->RxIndicateSeq = SeqNum; in RxReorderIndicatePacket()
590 if (SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket()
593 pTS->RxIndicateSeq, SeqNum); in RxReorderIndicatePacket()
[all …]
H A Drtl819x_TSProc.c39 pRxTs->RxIndicateSeq = 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()
416 __func__, pRxReorderEntry->SeqNum); in RemoveTsEntry()
H A Drtl819x_BA.h26 u16 SeqNum:12; member
H A Drtl819x_BAProc.c492 pBA->BaStartSeqCtrl.field.SeqNum = (pTS->TxCurSeq + 3) % 4096; in TsInitAddBA()
H A Drtllib_tx.c311 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, in rtllib_tx_query_agg_cap()
H A Drtllib.h1224 u16 SeqNum; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dwlpd.h57 UINT16 SeqNum;
H A DIEEE_types.h899 UINT16 SeqNum:12;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmlan_ieee.h484 t_u16 SeqNum : 12;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_ieee.h484 t_u16 SeqNum : 12;