Lines Matching refs:l1
736 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_nt_l2l1()
742 st->l1.l1hw(st, pr, arg); in dch_nt_l2l1()
745 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in dch_nt_l2l1()
754 st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg); in dch_nt_l2l1()
1109 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in HFCPCI_l1hw()
1173 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCPCI_l1hw()
1174 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in HFCPCI_l1hw()
1176 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCPCI_l1hw()
1246 st->l1.l1hw = HFCPCI_l1hw; in setstack_hfcpci()
1391 struct BCState *bcs = st->l1.bcs; in hfcpci_l2l1()
1421 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfcpci_l2l1()
1422 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hfcpci_l2l1()
1424 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfcpci_l2l1()
1429 mode_hfcpci(bcs, st->l1.mode, st->l1.bc); in hfcpci_l2l1()
1440 mode_hfcpci(bcs, 0, st->l1.bc); in hfcpci_l2l1()
1442 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hfcpci_l2l1()
1488 bcs->channel = st->l1.bc; in setstack_2b()
1489 if (open_hfcpcistate(st->l1.hardware, bcs)) in setstack_2b()
1491 st->l1.bcs = bcs; in setstack_2b()