Lines Matching refs:FLG_MOD128

113 	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()
585 if (test_bit(FLG_MOD128, &l2->flag)) in legalnr()
598 if (test_bit(FLG_MOD128, &l2->flag)) in setva()
704 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10; in establishlink()
1107 if (test_bit(FLG_MOD128, &l2->flag)) { in enquiry_cr()
1162 if (test_bit(FLG_MOD128, &l2->flag)) { in invoke_retransmission()
1203 if (test_bit(FLG_MOD128, &l2->flag)) { in l2_st7_got_super()
1283 if (test_bit(FLG_MOD128, &l2->flag)) { in l2_got_iframe()
1299 if (test_bit(FLG_MOD128, &l2->flag)) in l2_got_iframe()
1384 send_uframe(l2, NULL, (test_bit(FLG_MOD128, &l2->flag) ? in l2_st5_tout_200()
1480 if (test_bit(FLG_MOD128, &l2->flag)) { in l2_pull_iqueue()
1492 if (test_bit(FLG_MOD128, &l2->flag)) { in l2_pull_iqueue()
1535 if (test_bit(FLG_MOD128, &l2->flag)) { in l2_st8_got_super()
2129 test_and_set_bit(FLG_MOD128, &l2->flag); in create_l2()
2153 test_and_set_bit(FLG_MOD128, &l2->flag); in create_l2()