Home
last modified time | relevance | path

Searched refs:FLG_MOD128 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/isdn/mISDN/
Dlayer2.c113 return ((test_bit(FLG_MOD128, &l2->flag) && (!ui)) ? 2 : 1) + in l2headersize()
374 if (test_bit(FLG_MOD128, &l2->flag)) in cansend()
456 if (test_bit(FLG_MOD128, &l2->flag)) in IsRR()
467 if (!test_bit(FLG_MOD128, &l2->flag)) in IsSFrame()
477 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM; in IsSABME()
483 return test_bit(FLG_MOD128, &l2->flag) ? in IsREJ()
496 return test_bit(FLG_MOD128, &l2->flag) ? in IsRNR()
506 i = l2addrsize(l2) + (test_bit(FLG_MOD128, &l2->flag) ? 2 : 1); in iframe_error()
522 (test_bit(FLG_MOD128, &l2->flag) ? 2 : 1)) in super_error()
564 if (test_bit(FLG_MOD128, &l2->flag)) { in FRMR_error()
[all …]
Dlayer2.h116 #define FLG_MOD128 3 macro