Home
last modified time | relevance | path

Searched refs:FLG_PTP (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.h136 #define FLG_PTP 14 macro
Dlayer2.c2149 test_and_set_bit(FLG_PTP, &l2->flag); in create_l2()
2174 test_and_set_bit(FLG_PTP, &l2->flag); in create_l2()
/linux-4.19.296/drivers/isdn/hisax/
Disdnl3.c288 !test_bit(FLG_PTP, &p->st->l2.flag)) { in release_l3_process()
Dcallc.c1138 if (test_bit(FLG_PTP, &csta->channel->d_st->l2.flag)) { in CallcNewChan()
1638 test_and_set_bit(FLG_PTP, &csta->channel[0].d_st->l2.flag); in HiSax_command()
1647 test_and_clear_bit(FLG_PTP, &csta->channel[0].d_st->l2.flag); in HiSax_command()
Dhisax.h246 #define FLG_PTP 14 macro