Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.h130 #define FLG_REJEXC 8 macro
Dlayer2.c394 test_and_clear_bit(FLG_REJEXC, &l2->flag); in clear_exception()
1313 test_and_clear_bit(FLG_REJEXC, &l2->flag); in l2_got_iframe()
1323 if (test_and_set_bit(FLG_REJEXC, &l2->flag)) { in l2_got_iframe()
/linux-4.19.296/drivers/isdn/hisax/
Disdnl2.c178 test_and_clear_bit(FLG_REJEXC, &l2->flag); in clear_exception()
1090 test_and_clear_bit(FLG_REJEXC, &l2->flag); in l2_got_iframe()
1101 if (test_and_set_bit(FLG_REJEXC, &l2->flag)) { in l2_got_iframe()
Dhisax.h240 #define FLG_REJEXC 8 macro