Lines Matching refs:l1
562 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_nt_l2l1()
568 st->l1.l1hw(st, pr, arg); in dch_nt_l2l1()
571 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in dch_nt_l2l1()
580 st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg); in dch_nt_l2l1()
873 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in HFCSX_l1hw()
938 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCSX_l1hw()
939 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in HFCSX_l1hw()
941 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCSX_l1hw()
1009 st->l1.l1hw = HFCSX_l1hw; in setstack_hfcsx()
1143 struct BCState *bcs = st->l1.bcs; in hfcsx_l2l1()
1173 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfcsx_l2l1()
1174 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hfcsx_l2l1()
1176 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfcsx_l2l1()
1181 mode_hfcsx(bcs, st->l1.mode, st->l1.bc); in hfcsx_l2l1()
1192 mode_hfcsx(bcs, 0, st->l1.bc); in hfcsx_l2l1()
1194 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hfcsx_l2l1()
1240 bcs->channel = st->l1.bc; in setstack_2b()
1241 if (open_hfcsxstate(st->l1.hardware, bcs)) in setstack_2b()
1243 st->l1.bcs = bcs; in setstack_2b()