Searched refs:FLG_LAPD (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Dlayer2.h114 #define FLG_LAPD 1 macro
H A Dlayer2.c114 (test_bit(FLG_LAPD, &l2->flag) ? 2 : 1);
120 return test_bit(FLG_LAPD, &l2->flag) ? 2 : 1;
308 if (test_bit(FLG_LAPD, &l2->flag) &&
396 if (test_bit(FLG_LAPD, &l2->flag)) {
1367 if (test_bit(FLG_LAPD, &l2->flag) &&
1394 if (test_bit(FLG_LAPD, &l2->flag) &&
1417 if (test_bit(FLG_LAPD, &l2->flag) &&
1434 if (test_bit(FLG_LAPD, &l2->flag) &&
1455 if (test_bit(FLG_LAPD, &l2->flag) &&
1869 if (test_bit(FLG_LAPD,
[all...]

Completed in 177 milliseconds