Searched refs:FLG_MOD128 (Results 1 – 5 of 5) sorted by relevance
/drivers/isdn/mISDN/ |
D | layer2.c | 122 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 …]
|
D | layer2.h | 125 #define FLG_MOD128 3 macro
|
/drivers/isdn/hisax/ |
D | isdnl2.c | 167 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 …]
|
D | hisax.h | 235 #define FLG_MOD128 3 macro
|
D | callc.c | 1051 test_and_set_bit(FLG_MOD128, &st->l2.flag); in init_d_st()
|