Searched refs:SN_LESS (Results 1 – 16 of 16) 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 | 471 if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) in check_indicate_seq() 481 else if (SN_LESS(wend, seq_num)) { in check_indicate_seq() 506 if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) in enqueue_reorder_recvframe() 547 if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) { in r8712_recv_indicatepkts_in_order()
|
/drivers/staging/rtl8723au/include/ |
D | rtw_recv.h | 144 #define SN_LESS(a, b) (((a-b) & 0x800) != 0) macro
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 150 #define SN_LESS(a, b) (((a - b) & 0x800) != 0) macro
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_tx.c | 306 #define SN_LESS(a, b) (((a-b)&0x800)!=0) macro 347 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, (pTxTs->TxCurSeq+1)%4096)) in ieee80211_tx_query_agg_cap()
|
D | ieee80211_rx.c | 524 …if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,Lis… in AddReorderEntry() 617 if(SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 640 } else if(SN_LESS(WinEnd, SeqNum)) { in RxReorderIndicatePacket() 716 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 | 486 #define SN_LESS(a, b) (((a-b)&0x800)!=0) macro
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1744 if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) in check_indicate_seq() 1754 } else if (SN_LESS(wend, seq_num)) { in check_indicate_seq() 1780 if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) in enqueue_reorder_recvframe() 1824 if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) { in recv_indicatepkts_in_order()
|
D | rtw_xmit.c | 881 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1872 if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) in check_indicate_seq() 1883 } else if (SN_LESS(wend, seq_num)) { in check_indicate_seq() 1914 if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) { in enqueue_reorder_recvframe23a() 1989 if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) { in recv_indicatepkts_in_order()
|
D | rtw_xmit.c | 979 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()
|
/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 52 if (SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) || in RxPktPendingTimeout()
|
D | rtllib_rx.c | 453 if (SN_LESS(pReorderEntry->SeqNum, ((struct rx_reorder_entry *) in AddReorderEntry() 574 if (SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 598 } else if (SN_LESS(WinEnd, SeqNum)) { in RxReorderIndicatePacket() 686 if (SN_LESS(pReorderEntry->SeqNum, pTS->RxIndicateSeq) || in RxReorderIndicatePacket()
|
D | rtllib_tx.c | 328 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
|