Searched refs:b_if (Results 1 – 10 of 10) sorted by relevance
/drivers/isdn/hisax/ |
D | st5481_init.c | 62 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()
|
D | hfc4s8s_l1.c | 136 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 …]
|
D | config.c | 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 [all …]
|
D | hisax_if.h | 57 struct hisax_b_if *b_if[2]; member 62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],
|
D | hisax_fcpcipnp.c | 376 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()
|
D | hisax_fcpcipnp.h | 28 struct hisax_b_if b_if; member
|
D | st5481.h | 371 struct hisax_b_if b_if; member 439 void st5481_b_l2l1(struct hisax_if *b_if, int pr, void *arg);
|
D | st5481_b.c | 22 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()
|
D | hfc_usb.c | 172 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()
|
D | hisax.h | 530 struct hisax_b_if *b_if; member
|