Home
last modified time | relevance | path

Searched refs:MP_SEQ (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/isdn/i4l/
Disdn_ppp.c1552 #define MP_SEQ(f) ((*(u32 *)(f->data + 1))) macro
1684 if ((frag = mp->frags) == NULL || MP_LT(newseq, MP_SEQ(frag))) { in isdn_ppp_mp_receive()
1691 MP_SEQ(frag) == mp->seq ? frag : NULL; in isdn_ppp_mp_receive()
1717 thisseq = MP_SEQ(frag); in isdn_ppp_mp_receive()
1728 MP_LT(newseq, MP_SEQ(nextf)))) { in isdn_ppp_mp_receive()
1783 ((thisseq + 1) & MP_LONGSEQ_MASK) == MP_SEQ(nextf)) { in isdn_ppp_mp_receive()
1909 "len %d\n", MP_SEQ(from), from->len); in isdn_ppp_mp_reassembly()
1922 "to %d, len %d\n", MP_SEQ(from), in isdn_ppp_mp_reassembly()
1923 (MP_SEQ(from) + n - 1) & MP_LONGSEQ_MASK, tot_len); in isdn_ppp_mp_reassembly()