Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Dlmgr.c38 test_bit(FLG_LAPD, &st->l2.flag) ? in hisax_manager()
40 if (test_bit(FLG_LAPD, &st->l2.flag)) in hisax_manager()
Disdnl2.c187 (test_bit(FLG_LAPD, &l2->flag) ? 2 : 1)); in l2headersize()
193 return (test_bit(FLG_LAPD, &l2->flag) ? 2 : 1); in l2addrsize()
202 if (test_bit(FLG_LAPD, &l2->flag)) { in sethdraddr()
1152 if (test_bit(FLG_LAPD, &st->l2.flag) && in l2_st5_tout_200()
1176 if (test_bit(FLG_LAPD, &st->l2.flag) && in l2_st6_tout_200()
1197 if (test_bit(FLG_LAPD, &st->l2.flag) && in l2_st7_tout_200()
1215 if (test_bit(FLG_LAPD, &st->l2.flag) && in l2_st8_tout_200()
1236 if (test_bit(FLG_LAPD, &st->l2.flag) && in l2_st7_tout_203()
1719 if (test_bit(FLG_LAPD, &st->l2.flag) || in isdnl2_l3l2()
1724 if (test_bit(FLG_LAPD, &st->l2.flag) || in isdnl2_l3l2()
Dhisax.h233 #define FLG_LAPD 1 macro
Dcallc.c1052 test_and_set_bit(FLG_LAPD, &st->l2.flag); in init_d_st()
/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.c123 (test_bit(FLG_LAPD, &l2->flag) ? 2 : 1); in l2headersize()
129 return test_bit(FLG_LAPD, &l2->flag) ? 2 : 1; in l2addrsize()
317 if (test_bit(FLG_LAPD, &l2->flag) && in l2mgr()
405 if (test_bit(FLG_LAPD, &l2->flag)) { in sethdraddr()
1377 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st5_tout_200()
1404 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st6_tout_200()
1427 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st7_tout_200()
1444 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st8_tout_200()
1465 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st7_tout_203()
1881 if (test_bit(FLG_LAPD, &l2->flag)) { /* Maybe not needed */ in ph_data_indication()
[all …]
Dlayer2.h123 #define FLG_LAPD 1 macro