Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.h137 #define FLG_FIXED_TEI 15 macro
Dlayer2.c318 !test_bit(FLG_FIXED_TEI, &l2->flag)) { in l2mgr()
2151 test_and_set_bit(FLG_FIXED_TEI, &l2->flag); in create_l2()
2176 test_and_set_bit(FLG_FIXED_TEI, &l2->flag); in create_l2()
2211 test_bit(FLG_FIXED_TEI, &l2->flag) || in create_l2()
Dtei.c772 if (test_bit(FLG_FIXED_TEI, &tm->l2->flag)) in tei_ph_data_ind()
947 if (test_bit(FLG_FIXED_TEI, &l2->flag)) in l2_tei()
/linux-4.19.296/drivers/isdn/hisax/
Dtei.c315 if (test_bit(FLG_FIXED_TEI, &st->l2.flag)) { in tei_l1l2()
370 if (test_bit(FLG_FIXED_TEI, &st->l2.flag)) { in tei_l2tei()
Dcallc.c1639 test_and_set_bit(FLG_FIXED_TEI, &csta->channel[0].d_st->l2.flag); in HiSax_command()
1648 test_and_clear_bit(FLG_FIXED_TEI, &csta->channel[0].d_st->l2.flag); in HiSax_command()
1658 test_and_clear_bit(FLG_FIXED_TEI, &chanp->d_st->l2.flag); in HiSax_command()
1663 test_and_set_bit(FLG_FIXED_TEI, &chanp->d_st->l2.flag); in HiSax_command()
Dhisax.h247 #define FLG_FIXED_TEI 15 macro