Lines Matching refs:l1
1668 st->l1.l1l2(st, pr, NULL); in hisax_bh()
1719 if (test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags)) { in hisax_d_l1l2()
1720 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_d_l1l2()
1745 st->l1.l1l2(st, pr, NULL); in hisax_b_l1l2()
1748 st->l1.l1l2(st, pr, NULL); in hisax_b_l1l2()
1772 if (test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags)) { in hisax_b_l1l2()
1773 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_b_l1l2()
1784 struct IsdnCardState *cs = st->l1.hardware; in hisax_d_l2l1()
1804 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_d_l2l1()
1806 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hisax_d_l2l1()
1821 struct BCState *bcs = st->l1.bcs; in hisax_b_l2l1()
1826 B_L2L1(b_if, pr, (void *)(unsigned long)st->l1.mode); in hisax_b_l2l1()
1839 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_b_l2l1()
1841 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hisax_b_l2l1()
1854 struct IsdnCardState *cs = st->l1.hardware; in hisax_bc_setstack()
1857 bcs->channel = st->l1.bc; in hisax_bc_setstack()
1859 bcs->hw.b_if = hisax_d_if->b_if[st->l1.bc]; in hisax_bc_setstack()
1860 hisax_d_if->b_if[st->l1.bc]->bcs = bcs; in hisax_bc_setstack()
1862 st->l1.bcs = bcs; in hisax_bc_setstack()