Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c1562 #define MP_SEQ(f) ((*(u32 *)(f->data + 1))) macro
1694 if ((frag = mp->frags) == NULL || MP_LT(newseq, MP_SEQ(frag))) { in isdn_ppp_mp_receive()
1701 MP_SEQ(frag) == mp->seq ? frag : NULL; in isdn_ppp_mp_receive()
1727 thisseq = MP_SEQ(frag); in isdn_ppp_mp_receive()
1738 MP_LT(newseq, MP_SEQ(nextf)))) { in isdn_ppp_mp_receive()
1793 ((thisseq + 1) & MP_LONGSEQ_MASK) == MP_SEQ(nextf)) { in isdn_ppp_mp_receive()
1919 "len %d\n", MP_SEQ(from), from->len); in isdn_ppp_mp_reassembly()
1932 "to %d, len %d\n", MP_SEQ(from), in isdn_ppp_mp_reassembly()
1933 (MP_SEQ(from) + n - 1) & MP_LONGSEQ_MASK, tot_len); in isdn_ppp_mp_reassembly()