Searched refs:FLG_LAPD (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/isdn/mISDN/ |
D | layer2.c | 114 (test_bit(FLG_LAPD, &l2->flag) ? 2 : 1); in l2headersize() 120 return test_bit(FLG_LAPD, &l2->flag) ? 2 : 1; in l2addrsize() 308 if (test_bit(FLG_LAPD, &l2->flag) && in l2mgr() 396 if (test_bit(FLG_LAPD, &l2->flag)) { in sethdraddr() 1367 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st5_tout_200() 1394 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st6_tout_200() 1417 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st7_tout_200() 1434 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st8_tout_200() 1455 if (test_bit(FLG_LAPD, &l2->flag) && in l2_st7_tout_203() 1869 if (test_bit(FLG_LAPD, &l2->flag)) { /* Maybe not needed */ in ph_data_indication() [all …]
|
D | layer2.h | 114 #define FLG_LAPD 1 macro
|