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 | 462 if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) in check_indicate_seq() 472 else if (SN_LESS(wend, seq_num)) { in check_indicate_seq() 497 if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) in enqueue_reorder_recvframe() 537 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 | 305 #define SN_LESS(a, b) (((a-b)&0x800)!=0) macro 346 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, (pTxTs->TxCurSeq+1)%4096)) in ieee80211_tx_query_agg_cap()
|
D | ieee80211_rx.c | 518 …if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,Lis… in AddReorderEntry() 609 if (SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 632 } else if(SN_LESS(WinEnd, SeqNum)) { in RxReorderIndicatePacket() 708 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 | 424 #define SN_LESS(a, b) (((a-b)&0x800)!=0) macro
|
/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1816 if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) in check_indicate_seq() 1827 } else if (SN_LESS(wend, seq_num)) { in check_indicate_seq() 1858 if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) { in enqueue_reorder_recvframe23a() 1931 if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) { in recv_indicatepkts_in_order()
|
D | rtw_xmit.c | 961 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1727 if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) in check_indicate_seq() 1737 } else if (SN_LESS(wend, seq_num)) { in check_indicate_seq() 1763 if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) in enqueue_reorder_recvframe() 1807 if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) { in recv_indicatepkts_in_order()
|
D | rtw_xmit.c | 882 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()
|
/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 48 if (SN_LESS(pReorderEntry->SeqNum, in RxPktPendingTimeout()
|
D | rtllib_rx.c | 463 if (SN_LESS(pReorderEntry->SeqNum, ((struct rx_reorder_entry *) in AddReorderEntry() 598 if (SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 622 } else if (SN_LESS(WinEnd, SeqNum)) { in RxReorderIndicatePacket() 712 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 | 473 #define SN_LESS(a, b) (((a-b)&0x800) != 0) macro
|