Home
last modified time | relevance | path

Searched refs:b_if (Results 1 – 10 of 10) sorted by relevance

/drivers/isdn/hisax/
Dst5481_init.c62 struct hisax_b_if *b_if[2]; in probe_st5481() local
84 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in probe_st5481()
85 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1; in probe_st5481()
105 b_if[i] = &adapter->bcs[i].b_if; in probe_st5481()
107 if (hisax_register(&adapter->hisax_d_if, b_if, "st5481_usb", in probe_st5481()
Dhfc4s8s_l1.c136 struct hisax_b_if b_if; member
456 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1()
503 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1()
550 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1()
586 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1()
827 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in rx_b_frame()
981 bch->b_if.ifc.l1l2((struct hisax_if *) &bch->b_if, in tx_b_frame()
1408 l1p->b_ch[0].b_if.ifc.l2l1 = (void *) bch_l2l1; in setup_instance()
1409 l1p->b_ch[0].b_if.ifc.priv = (void *) &l1p->b_ch[0]; in setup_instance()
1412 l1p->b_table[0] = &l1p->b_ch[0].b_if; in setup_instance()
[all …]
Dconfig.c1589 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
[all …]
Dhisax_if.h57 struct hisax_b_if *b_if[2]; member
62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],
Dhisax_fcpcipnp.c376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2()
842 struct hisax_b_if *b_if[2]; in new_adapter() local
856 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in new_adapter()
857 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1; in new_adapter()
861 b_if[i] = &adapter->bcs[i].b_if; in new_adapter()
863 if (hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp", in new_adapter()
Dhisax_fcpcipnp.h28 struct hisax_b_if b_if; member
Dst5481.h371 struct hisax_b_if b_if; member
439 void st5481_b_l2l1(struct hisax_if *b_if, int pr, void *arg);
Dst5481_b.c22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2()
319 bcs->b_in.hisax_if = &bcs->b_if.ifc; in st5481_setup_b()
Dhfc_usb.c172 struct hisax_b_if b_if[2]; /* see hisax_if.h */ member
1200 hfc->b_if[i].ifc.priv = &hfc->fifos[HFCUSB_B1_TX + i * 2]; in hfc_usb_init()
1201 hfc->b_if[i].ifc.l2l1 = hfc_usb_l2l1; in hfc_usb_init()
1202 p_b_if[i] = &hfc->b_if[i]; in hfc_usb_init()
Dhisax.h530 struct hisax_b_if *b_if; member