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

/linux-4.4.14/drivers/isdn/mISDN/
H A Dlayer2.h134 #define FLG_L1_ACTIV 12 macro
H A Dlayer2.c1980 test_and_set_bit(FLG_L1_ACTIV, &l2->flag); l2_send()
1987 test_and_clear_bit(FLG_L1_ACTIV, &l2->flag); l2_send()
2005 if (test_bit(FLG_L1_ACTIV, &l2->flag)) { l2_send()
/linux-4.4.14/drivers/isdn/hisax/
H A Disdnl2.c1688 test_and_set_bit(FLG_L1_ACTIV, &st->l2.flag); isdnl2_l1l2()
1694 test_and_clear_bit(FLG_L1_ACTIV, &st->l2.flag); isdnl2_l1l2()
1718 if (test_bit(FLG_L1_ACTIV, &st->l2.flag)) { isdnl2_l3l2()
H A Dhisax.h244 #define FLG_L1_ACTIV 12 macro

Completed in 205 milliseconds