Lines Matching refs:l2

1022 	(*stp)->l2.l2tei = dummy_pstack;  in init_PStack()
1023 (*stp)->l2.l2l1 = dummy_pstack; in init_PStack()
1024 (*stp)->l2.l2l3 = dummy_pstack; in init_PStack()
1048 st->l2.sap = 0; in init_d_st()
1049 st->l2.tei = -1; in init_d_st()
1050 st->l2.flag = 0; in init_d_st()
1051 test_and_set_bit(FLG_MOD128, &st->l2.flag); in init_d_st()
1052 test_and_set_bit(FLG_LAPD, &st->l2.flag); in init_d_st()
1053 test_and_set_bit(FLG_ORIG, &st->l2.flag); in init_d_st()
1054 st->l2.maxlen = MAX_DFRAME_LEN; in init_d_st()
1055 st->l2.window = 1; in init_d_st()
1056 st->l2.T200 = 1000; /* 1000 milliseconds */ in init_d_st()
1057 st->l2.N200 = 3; /* try 3 times */ in init_d_st()
1058 st->l2.T203 = 10000; /* 10000 milliseconds */ in init_d_st()
1138 if (test_bit(FLG_PTP, &csta->channel->d_st->l2.flag)) { in CallcNewChan()
1295 st->l2.flag = 0; in init_b_st()
1296 test_and_set_bit(FLG_LAPB, &st->l2.flag); in init_b_st()
1297 st->l2.maxlen = MAX_DATA_SIZE; in init_b_st()
1299 test_and_set_bit(FLG_ORIG, &st->l2.flag); in init_b_st()
1300 st->l2.T200 = 1000; /* 1000 milliseconds */ in init_b_st()
1301 st->l2.window = 7; in init_b_st()
1302 st->l2.N200 = 4; /* try 4 times */ in init_b_st()
1303 st->l2.T203 = 5000; /* 5000 milliseconds */ in init_b_st()
1310 st->l2.l2l3 = lldata_handler; in init_b_st()
1314 st->l2.l2m.debug = chanp->debug & 16; in init_b_st()
1315 st->l2.debug = chanp->debug & 64; in init_b_st()
1346 st->l2.l2l1(st, PH_ACTIVATE | REQUEST, NULL); in leased_l4l3()
1400 chanp[i].d_st->l2.l2m.debug = debugflags & 8; in distr_debug()
1401 chanp[i].b_st->l2.l2m.debug = debugflags & 0x10; in distr_debug()
1402 chanp[i].d_st->l2.debug = debugflags & 0x20; in distr_debug()
1403 chanp[i].b_st->l2.debug = debugflags & 0x40; in distr_debug()
1629 csta->stlist->l2.l2l1(csta->stlist, in HiSax_command()
1637 test_and_set_bit(FLG_PTP, &csta->channel[0].d_st->l2.flag); in HiSax_command()
1638 test_and_set_bit(FLG_FIXED_TEI, &csta->channel[0].d_st->l2.flag); in HiSax_command()
1639 csta->channel[0].d_st->l2.tei = 0; in HiSax_command()
1646 test_and_clear_bit(FLG_PTP, &csta->channel[0].d_st->l2.flag); in HiSax_command()
1647 test_and_clear_bit(FLG_FIXED_TEI, &csta->channel[0].d_st->l2.flag); in HiSax_command()
1657 test_and_clear_bit(FLG_FIXED_TEI, &chanp->d_st->l2.flag); in HiSax_command()
1658 chanp->d_st->l2.tei = -1; in HiSax_command()
1662 test_and_set_bit(FLG_FIXED_TEI, &chanp->d_st->l2.flag); in HiSax_command()
1663 chanp->d_st->l2.tei = num; in HiSax_command()
1784 st->l2.l2l1(st, PH_DATA | REQUEST, nskb); in HiSax_writebuf_skb()