Searched refs:MP_LT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_ppp.c1547 #define MP_LT(a, b) ((a - b) & MP_LONGSEQ_MAXBIT) macro
1656 } else if (MP_LT(newseq, mp->seq)) { isdn_ppp_mp_receive()
1672 if (MP_LT(lls, minseq)) isdn_ppp_mp_receive()
1678 if (MP_LT(minseq, mp->seq)) isdn_ppp_mp_receive()
1684 if ((frag = mp->frags) == NULL || MP_LT(newseq, MP_SEQ(frag))) { isdn_ppp_mp_receive()
1728 MP_LT(newseq, MP_SEQ(nextf)))) { isdn_ppp_mp_receive()
1801 MP_LT(thisseq, minseq)) { isdn_ppp_mp_receive()

Completed in 68 milliseconds