SN_LESS          1612 drivers/staging/rtl8188eu/core/rtw_recv.c 	if (SN_LESS(seq_num, preorder_ctrl->indicate_seq))
SN_LESS          1622 drivers/staging/rtl8188eu/core/rtw_recv.c 	} else if (SN_LESS(wend, seq_num)) {
SN_LESS          1648 drivers/staging/rtl8188eu/core/rtw_recv.c 		if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num))
SN_LESS          1692 drivers/staging/rtl8188eu/core/rtw_recv.c 		if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) {
SN_LESS           836 drivers/staging/rtl8188eu/core/rtw_xmit.c 				if (SN_LESS(pattrib->seqnum, tx_seq)) {
SN_LESS            41 drivers/staging/rtl8192e/rtl819x_TSProc.c 			if (SN_LESS(pReorderEntry->SeqNum,
SN_LESS           455 drivers/staging/rtl8192e/rtllib_rx.c 		if (SN_LESS(pReorderEntry->SeqNum, ((struct rx_reorder_entry *)
SN_LESS           590 drivers/staging/rtl8192e/rtllib_rx.c 	if (SN_LESS(SeqNum, pTS->RxIndicateSeq)) {
SN_LESS           614 drivers/staging/rtl8192e/rtllib_rx.c 	} else if (SN_LESS(WinEnd, SeqNum)) {
SN_LESS           704 drivers/staging/rtl8192e/rtllib_rx.c 		if (SN_LESS(pReorderEntry->SeqNum, pTS->RxIndicateSeq) ||
SN_LESS           311 drivers/staging/rtl8192e/rtllib_tx.c 			if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum,
SN_LESS           509 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 		if (SN_LESS(pReorderEntry->SeqNum, list_entry(pList->next, struct rx_reorder_entry, List)->SeqNum))
SN_LESS           597 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	if (SN_LESS(SeqNum, pTS->rx_indicate_seq)) {
SN_LESS           622 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	} else if (SN_LESS(WinEnd, SeqNum)) {
SN_LESS           697 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 		if (SN_LESS(pReorderEntry->SeqNum, pTS->rx_indicate_seq) ||
SN_LESS           317 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c 			if (SN_LESS(pTxTs->tx_admitted_ba_record.start_seq_ctrl.field.seq_num, (pTxTs->tx_cur_seq + 1) % 4096))
SN_LESS            47 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c 			if (SN_LESS(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq) ||
SN_LESS           454 drivers/staging/rtl8712/rtl8712_recv.c 	if (SN_LESS(seq_num, preorder_ctrl->indicate_seq))
SN_LESS           464 drivers/staging/rtl8712/rtl8712_recv.c 	else if (SN_LESS(wend, seq_num)) {
SN_LESS           489 drivers/staging/rtl8712/rtl8712_recv.c 		if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num))
SN_LESS           529 drivers/staging/rtl8712/rtl8712_recv.c 		if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) {
SN_LESS          1996 drivers/staging/rtl8723bs/core/rtw_recv.c 	if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) {
SN_LESS          2021 drivers/staging/rtl8723bs/core/rtw_recv.c 	} else if (SN_LESS(wend, seq_num)) {
SN_LESS          2064 drivers/staging/rtl8723bs/core/rtw_recv.c 		if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num))
SN_LESS          2155 drivers/staging/rtl8723bs/core/rtw_recv.c 		if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) {
SN_LESS          1130 drivers/staging/rtl8723bs/core/rtw_xmit.c 					if (SN_LESS(pattrib->seqnum, tx_seq)) {