Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/mISDN/
H A Dlayer2.h119 #define FLG_T200_RUN 6 macro
H A Dlayer2.c659 test_and_set_bit(FLG_T200_RUN, &l2->flag); in start_t200()
666 test_and_set_bit(FLG_T200_RUN, &l2->flag); in restart_t200()
672 if (test_and_clear_bit(FLG_T200_RUN, &l2->flag)) in stop_t200()
1372 test_and_clear_bit(FLG_T200_RUN, &l2->flag); in l2_st5_tout_200()
1399 test_and_clear_bit(FLG_T200_RUN, &l2->flag); in l2_st6_tout_200()
1422 test_and_clear_bit(FLG_T200_RUN, &l2->flag); in l2_st7_tout_200()
1439 test_and_clear_bit(FLG_T200_RUN, &l2->flag); in l2_st8_tout_200()
1509 if (!test_and_set_bit(FLG_T200_RUN, &l2->flag)) { in l2_pull_iqueue()