Searched refs:FLG_LAPD (Results 1 – 6 of 6) sorted by relevance
/drivers/isdn/hisax/ |
D | lmgr.c | 38 test_bit(FLG_LAPD, &st->l2.flag) ? in hisax_manager() 40 if (test_bit(FLG_LAPD, &st->l2.flag)) in hisax_manager()
|
D | isdnl2.c | 187 (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()
|
D | hisax.h | 233 #define FLG_LAPD 1 macro
|
D | callc.c | 1052 test_and_set_bit(FLG_LAPD, &st->l2.flag); in init_d_st()
|
/drivers/isdn/mISDN/ |
D | layer2.c | 123 (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 …]
|
D | layer2.h | 123 #define FLG_LAPD 1 macro
|