Lines Matching refs:st
96 hscx_l2l1(struct PStack *st, int pr, void *arg) in hscx_l2l1() argument
98 struct BCState *bcs = st->l1.bcs; in hscx_l2l1()
129 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hscx_l2l1()
130 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hscx_l2l1()
132 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hscx_l2l1()
137 modehscx(bcs, st->l1.mode, st->l1.bc); in hscx_l2l1()
139 l1_msg_b(st, pr, arg); in hscx_l2l1()
142 l1_msg_b(st, pr, arg); in hscx_l2l1()
148 modehscx(bcs, 0, st->l1.bc); in hscx_l2l1()
150 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hscx_l2l1()
204 setstack_hscx(struct PStack *st, struct BCState *bcs) in setstack_hscx() argument
206 bcs->channel = st->l1.bc; in setstack_hscx()
207 if (open_hscxstate(st->l1.hardware, bcs)) in setstack_hscx()
209 st->l1.bcs = bcs; in setstack_hscx()
210 st->l2.l2l1 = hscx_l2l1; in setstack_hscx()
211 setstack_manager(st); in setstack_hscx()
212 bcs->st = st; in setstack_hscx()
213 setstack_l1_B(st); in setstack_hscx()