Lines Matching refs:b_if
1589 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], in hisax_register() argument
1625 b_if[i]->ifc.l1l2 = hisax_b_l1l2; in hisax_register()
1627 hisax_d_if->b_if[i] = b_if[i]; in hisax_register()
1685 static inline void B_L2L1(struct hisax_b_if *b_if, int pr, void *arg) in B_L2L1() argument
1687 struct hisax_if *ifc = (struct hisax_if *) b_if; in B_L2L1()
1737 struct hisax_b_if *b_if = (struct hisax_b_if *) ifc; in hisax_b_l1l2() local
1738 struct BCState *bcs = b_if->bcs; in hisax_b_l1l2()
1751 bcs->hw.b_if = NULL; in hisax_b_l1l2()
1768 B_L2L1(b_if, PH_DATA | REQUEST, skb); in hisax_b_l1l2()
1822 struct hisax_b_if *b_if = bcs->hw.b_if; in hisax_b_l2l1() local
1826 B_L2L1(b_if, pr, (void *)(unsigned long)st->l1.mode); in hisax_b_l2l1()
1832 B_L2L1(b_if, PH_DATA | REQUEST, arg); in hisax_b_l2l1()
1847 B_L2L1(b_if, pr, arg); in hisax_b_l2l1()
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()
1874 struct hisax_b_if *b_if = bcs->hw.b_if; in hisax_bc_close() local
1876 if (b_if) in hisax_bc_close()
1877 B_L2L1(b_if, PH_DEACTIVATE | REQUEST, NULL); in hisax_bc_close()