Home
last modified time | relevance | path

Searched refs:mISDNchannel (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/isdn/mISDN/
H A Dcore.h38 extern int connect_Bstack(struct mISDNdevice *, struct mISDNchannel *,
40 extern int connect_layer1(struct mISDNdevice *, struct mISDNchannel *,
42 extern int create_l2entity(struct mISDNdevice *, struct mISDNchannel *,
47 extern void delete_teimanager(struct mISDNchannel *);
48 extern void delete_channel(struct mISDNchannel *);
53 extern void add_layer2(struct mISDNchannel *, struct mISDNstack *);
54 extern void __add_layer2(struct mISDNchannel *, struct mISDNstack *);
H A Dlayer2.h15 struct mISDNchannel ch;
16 struct mISDNchannel bcast;
23 struct mISDNchannel *up;
45 struct mISDNchannel ch;
48 struct mISDNchannel *up;
83 extern struct layer2 *create_l2(struct mISDNchannel *, u_int,
H A Dstack.c36 mISDN_queue_message(struct mISDNchannel *ch, struct sk_buff *skb) in mISDN_queue_message()
42 static struct mISDNchannel *
45 struct mISDNchannel *ch; in get_channel4id()
86 struct mISDNchannel *ch; in send_layer2()
143 struct mISDNchannel *ch; in send_msg_to_layer()
325 l1_receive(struct mISDNchannel *ch, struct sk_buff *skb) in l1_receive()
335 set_channel_address(struct mISDNchannel *ch, u_int sapi, u_int tei) in set_channel_address()
341 __add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in __add_layer2()
347 add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in add_layer2()
355 st_own_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in st_own_ctrl()
[all …]
H A Ddsp.h172 struct mISDNchannel ch;
173 struct mISDNchannel *up;
H A Dsocket.c61 mISDN_send(struct mISDNchannel *ch, struct sk_buff *skb) in mISDN_send()
79 mISDN_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in mISDN_ctrl()
283 struct mISDNchannel *bchan, *next; in data_sock_ioctl_bound()
H A Dl1oip_core.c867 handle_dmsg(struct mISDNchannel *ch, struct sk_buff *skb) in handle_dmsg()
1032 l1oip_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in l1oip_dctrl()
1087 handle_bmsg(struct mISDNchannel *ch, struct sk_buff *skb) in handle_bmsg()
1202 l1oip_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in l1oip_bctrl()
H A Dtei.c1096 mgr_send(struct mISDNchannel *ch, struct sk_buff *skb) in mgr_send()
1238 delete_teimanager(struct mISDNchannel *ch) in delete_teimanager()
1258 mgr_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in mgr_ctrl()
1284 mgr_bcast(struct mISDNchannel *ch, struct sk_buff *skb) in mgr_bcast()
1337 mgr_bcast_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in mgr_bcast_ctrl()
H A Ddsp_core.c627 get_features(struct mISDNchannel *ch) in get_features()
665 dsp_function(struct mISDNchannel *ch, struct sk_buff *skb) in dsp_function()
953 dsp_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in dsp_ctrl()
H A Dcore.c352 const char *mISDNDevName4ch(struct mISDNchannel *ch) in mISDNDevName4ch()
H A Dhwchannel.c384 queue_ch_frame(struct mISDNchannel *ch, u_int pr, int id, struct sk_buff *skb) in queue_ch_frame()
H A Dlayer2.c1942 l2_send(struct mISDNchannel *ch, struct sk_buff *skb) in l2_send()
2080 l2_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in l2_ctrl()
2108 create_l2(struct mISDNchannel *ch, u_int protocol, u_long options, int tei, in create_l2()
/linux/include/linux/
H A DmISDNif.h444 struct mISDNchannel;
452 struct mISDNchannel *ch;
455 typedef int (ctrl_func_t)(struct mISDNchannel *, u_int, void *);
456 typedef int (send_func_t)(struct mISDNchannel *, struct sk_buff *);
466 struct mISDNchannel { struct
473 struct mISDNchannel *peer; argument
486 struct mISDNchannel ch; argument
494 struct mISDNchannel D;
501 struct mISDNchannel *teimgr;
513 struct mISDNchannel *layer1;
[all …]
H A DmISDNhw.h141 struct mISDNchannel ch;
179 extern void queue_ch_frame(struct mISDNchannel *, u_int,
/linux/drivers/isdn/hardware/mISDN/
H A Dw6692.c932 w6692_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in w6692_l2l1B()
1025 w6692_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in w6692_bctrl()
1058 w6692_l2l1D(struct mISDNchannel *ch, struct sk_buff *skb) in w6692_l2l1D()
1177 w6692_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in w6692_dctrl()
H A Davmfritz.c681 avm_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in avm_l2l1B()
837 avm_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in avm_bctrl()
916 avm_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in avm_dctrl()
H A Dhfcsusb.c197 hfcusb_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in hfcusb_l2l1B()
275 hfcusb_l2l1D(struct mISDNchannel *ch, struct sk_buff *skb) in hfcusb_l2l1D()
416 open_dchannel(struct hfcsusb *hw, struct mISDNchannel *ch, in open_dchannel()
522 hfc_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfc_dctrl()
1804 hfc_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfc_bctrl()
H A Dnetjet.c738 nj_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in nj_l2l1B()
790 nj_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in nj_bctrl()
871 nj_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in nj_dctrl()
H A DmISDNipac.c553 isac_l1hw(struct mISDNchannel *ch, struct sk_buff *skb) in isac_l1hw()
1332 hscx_l2l1(struct mISDNchannel *ch, struct sk_buff *skb) in hscx_l2l1()
1387 hscx_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in hscx_bctrl()
1526 ipac_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in ipac_dctrl()
H A Dhfcpci.c1526 hfc_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfc_bctrl()
1574 hfcpci_l2l1D(struct mISDNchannel *ch, struct sk_buff *skb) in hfcpci_l2l1D()
1663 hfcpci_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in hfcpci_l2l1B()
1879 open_dchannel(struct hfc_pci *hc, struct mISDNchannel *ch, in open_dchannel()
1953 hfc_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfc_dctrl()
H A Dspeedfax.c237 sfax_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in sfax_dctrl()
H A DmISDNisar.c1467 isar_l2l1(struct mISDNchannel *ch, struct sk_buff *skb) in isar_l2l1()
1570 isar_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in isar_bctrl()
H A Dhfcmulti.c3297 handle_dmsg(struct mISDNchannel *ch, struct sk_buff *skb) in handle_dmsg()
3430 handle_bmsg(struct mISDNchannel *ch, struct sk_buff *skb) in handle_bmsg()
3657 hfcm_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfcm_bctrl()
4143 hfcm_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfcm_dctrl()