Lines Matching refs:l1
114 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in W6692_bh()
561 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in W6692_l1hw()
618 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l1hw()
619 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in W6692_l1hw()
621 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l1hw()
675 st->l1.l1hw = W6692_l1hw; in setstack_W6692()
701 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler()
759 struct BCState *bcs = st->l1.bcs; in W6692_l2l1()
789 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l2l1()
790 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in W6692_l2l1()
792 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l2l1()
797 W6692Bmode(bcs, st->l1.mode, st->l1.bc); in W6692_l2l1()
808 W6692Bmode(bcs, 0, st->l1.bc); in W6692_l2l1()
810 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in W6692_l2l1()
866 bcs->channel = st->l1.bc; in setstack_w6692()
867 if (open_w6692state(st->l1.hardware, bcs)) in setstack_w6692()
869 st->l1.bcs = bcs; in setstack_w6692()