Lines Matching refs:l1
97 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_l2l1()
142 clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in dch_l2l1()
143 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in dch_l2l1()
145 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in dch_l2l1()
214 st->l1.l1l2(st, PH_PAUSE | INDICATION, NULL); // flow control on in dbusy_timer_handler()
415 st->l1.l1hw = dch_l2l1; in dch_setstack()
448 struct BCState *bcs = st->l1.bcs; in bch_l2l1()
479 clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in bch_l2l1()
480 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in bch_l2l1()
482 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in bch_l2l1()
487 bch_mode(bcs, st->l1.mode, st->l1.bc); in bch_l2l1()
498 bch_mode(bcs, 0, st->l1.bc); in bch_l2l1()
500 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in bch_l2l1()
815 bcs->channel = st->l1.bc; in bch_setstack()
816 if (bch_open_state(st->l1.hardware, bcs)) return (-1); in bch_setstack()
817 st->l1.bcs = bcs; in bch_setstack()