Searched refs:FLG_FIXED_TEI (Results 1 – 6 of 6) sorted by relevance
/drivers/isdn/mISDN/ |
D | layer2.h | 137 #define FLG_FIXED_TEI 15 macro
|
D | layer2.c | 318 !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()
|
D | tei.c | 772 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()
|
/drivers/isdn/hisax/ |
D | tei.c | 315 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()
|
D | callc.c | 1638 test_and_set_bit(FLG_FIXED_TEI, &csta->channel[0].d_st->l2.flag); in HiSax_command() 1647 test_and_clear_bit(FLG_FIXED_TEI, &csta->channel[0].d_st->l2.flag); in HiSax_command() 1657 test_and_clear_bit(FLG_FIXED_TEI, &chanp->d_st->l2.flag); in HiSax_command() 1662 test_and_set_bit(FLG_FIXED_TEI, &chanp->d_st->l2.flag); in HiSax_command()
|
D | hisax.h | 247 #define FLG_FIXED_TEI 15 macro
|