Searched refs:SN_EQUAL (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl8712_recv.h | 49 #define SN_EQUAL(a, b) (a == b) macro
|
D | rtl8712_recv.c | 478 if (SN_EQUAL(seq_num, preorder_ctrl->indicate_seq)) in check_indicate_seq() 508 else if (SN_EQUAL(pnextattrib->seq_num, pattrib->seq_num)) in enqueue_reorder_recvframe() 550 if (SN_EQUAL(preorder_ctrl->indicate_seq, in r8712_recv_indicatepkts_in_order()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 133 #define SN_EQUAL(a, b) (a == b) macro
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 48 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq) ) { in RxPktPendingTimeout() 51 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq)) in RxPktPendingTimeout()
|
D | ieee80211_rx.c | 520 …else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENT… in AddReorderEntry() 634 if(SN_EQUAL(SeqNum, pTS->rx_indicate_seq)) { in RxReorderIndicatePacket() 714 SN_EQUAL(pReorderEntry->SeqNum, pTS->rx_indicate_seq)) in RxReorderIndicatePacket() 725 if(SN_EQUAL(pReorderEntry->SeqNum, pTS->rx_indicate_seq)) in RxReorderIndicatePacket()
|
D | ieee80211.h | 421 #define SN_EQUAL(a, b) (a == b) macro
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 51 SN_EQUAL(pReorderEntry->SeqNum, in RxPktPendingTimeout() 55 if (SN_EQUAL(pReorderEntry->SeqNum, in RxPktPendingTimeout()
|
D | rtllib_rx.c | 467 else if (SN_EQUAL(pReorderEntry->SeqNum, in AddReorderEntry() 619 if (SN_EQUAL(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 713 SN_EQUAL(pReorderEntry->SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 725 if (SN_EQUAL(pReorderEntry->SeqNum, pTS->RxIndicateSeq)) in RxReorderIndicatePacket()
|
D | rtllib.h | 422 #define SN_EQUAL(a, b) (a == b) macro
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_recv.h | 191 #define SN_EQUAL(a, b) (a == b) macro
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1630 if (SN_EQUAL(seq_num, preorder_ctrl->indicate_seq)) { in check_indicate_seq() 1660 else if (SN_EQUAL(pnextattrib->seq_num, pattrib->seq_num)) in enqueue_reorder_recvframe() 1709 if (SN_EQUAL(preorder_ctrl->indicate_seq, pattrib->seq_num)) in recv_indicatepkts_in_order()
|
D | rtw_xmit.c | 838 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 2016 if (SN_EQUAL(seq_num, preorder_ctrl->indicate_seq)) { in check_indicate_seq() 2068 else if (SN_EQUAL(pnextattrib->seq_num, pattrib->seq_num)) in enqueue_reorder_recvframe() 2165 if (SN_EQUAL(preorder_ctrl->indicate_seq, pattrib->seq_num)) { in recv_indicatepkts_in_order()
|
D | rtw_xmit.c | 1133 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()
|