Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.c122 return ((test_bit(FLG_MOD128, &l2->flag) && (!ui)) ? 2 : 1) + in l2headersize()
383 if (test_bit(FLG_MOD128, &l2->flag)) in cansend()
465 if (test_bit(FLG_MOD128, &l2->flag)) in IsRR()
476 if (!test_bit(FLG_MOD128, &l2->flag)) in IsSFrame()
486 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM; in IsSABME()
492 return test_bit(FLG_MOD128, &l2->flag) ? in IsREJ()
505 return test_bit(FLG_MOD128, &l2->flag) ? in IsRNR()
515 i = l2addrsize(l2) + (test_bit(FLG_MOD128, &l2->flag) ? 2 : 1); in iframe_error()
531 (test_bit(FLG_MOD128, &l2->flag) ? 2 : 1)) in super_error()
573 if (test_bit(FLG_MOD128, &l2->flag)) { in FRMR_error()
[all …]
Dlayer2.h125 #define FLG_MOD128 3 macro
/linux-4.19.296/drivers/isdn/hisax/
Disdnl2.c167 if (test_bit(FLG_MOD128, &st->l2.flag)) in cansend()
186 return (((test_bit(FLG_MOD128, &l2->flag) && (!ui)) ? 2 : 1) + in l2headersize()
257 if (!test_bit(FLG_MOD128, &st->l2.flag)) in IsSFrame()
267 return (test_bit(FLG_MOD128, &st->l2.flag) ? d == SABME : d == SABM); in IsSABME()
273 return (test_bit(FLG_MOD128, &st->l2.flag) ? data[0] == REJ : (data[0] & 0xf) == REJ); in IsREJ()
285 return (test_bit(FLG_MOD128, &st->l2.flag) ? data[0] == RNR : (data[0] & 0xf) == RNR); in IsRNR()
291 int i = l2addrsize(&st->l2) + (test_bit(FLG_MOD128, &st->l2.flag) ? 2 : 1); in iframe_error()
315 (test_bit(FLG_MOD128, &st->l2.flag) ? 2 : 1)) in super_error()
366 if (test_bit(FLG_MOD128, &st->l2.flag)) { in FRMR_error()
389 if (test_bit(FLG_MOD128, &l2->flag)) in legalnr()
[all …]
Dhisax.h235 #define FLG_MOD128 3 macro
Dcallc.c1051 test_and_set_bit(FLG_MOD128, &st->l2.flag); in init_d_st()