Searched refs:SN_LESS (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl8712_recv.h | 48 #define SN_LESS(a, b) (((a-b) & 0x800) != 0) macro
|
D | rtl8712_recv.c | 478 if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) in check_indicate_seq() 488 else if (SN_LESS(wend, seq_num)) { in check_indicate_seq() 513 if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) in enqueue_reorder_recvframe() 554 if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) { in r8712_recv_indicatepkts_in_order()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_tx.c | 305 #define SN_LESS(a, b) (((a-b)&0x800)!=0) macro 345 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, (pTxTs->TxCurSeq+1)%4096)) in ieee80211_tx_query_agg_cap()
|
D | ieee80211_rx.c | 530 …if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,Lis… in AddReorderEntry() 624 if(SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 647 } else if(SN_LESS(WinEnd, SeqNum)) { in RxReorderIndicatePacket() 723 if( SN_LESS(pReorderEntry->SeqNum, pTS->RxIndicateSeq) || in RxReorderIndicatePacket()
|
D | rtl819x_TSProc.c | 51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) || in RxPktPendingTimeout()
|
D | ieee80211.h | 498 #define SN_LESS(a, b) (((a-b)&0x800)!=0) macro
|
/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 52 if (SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) || in RxPktPendingTimeout()
|
D | rtllib_rx.c | 450 if (SN_LESS(pReorderEntry->SeqNum, ((struct rx_reorder_entry *) in AddReorderEntry() 569 if (SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 592 } else if (SN_LESS(WinEnd, SeqNum)) { in RxReorderIndicatePacket() 678 if (SN_LESS(pReorderEntry->SeqNum, pTS->RxIndicateSeq) || in RxReorderIndicatePacket()
|
D | rtllib_tx.c | 327 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, in rtllib_tx_query_agg_cap()
|
D | rtllib.h | 626 #define SN_LESS(a, b) (((a-b)&0x800) != 0) macro
|