Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/pcbit/
Dcapi.h25 extern int capi_decode_conn_conf(struct pcbit_chan * chan, struct sk_buff *skb,
28 extern int capi_decode_conn_ind(struct pcbit_chan * chan, struct sk_buff *skb,
30 extern int capi_conn_resp(struct pcbit_chan* chan, struct sk_buff **skb);
32 extern int capi_conn_active_req(struct pcbit_chan* chan, struct sk_buff **skb);
33 extern int capi_decode_conn_actv_conf(struct pcbit_chan * chan,
36 extern int capi_decode_conn_actv_ind(struct pcbit_chan * chan,
38 extern int capi_conn_active_resp(struct pcbit_chan* chan,
42 extern int capi_select_proto_req(struct pcbit_chan *chan, struct sk_buff **skb,
44 extern int capi_decode_sel_proto_conf(struct pcbit_chan *chan,
47 extern int capi_activate_transp_req(struct pcbit_chan *chan,
[all …]
Dcallbacks.h16 extern void cb_out_1(struct pcbit_dev * dev, struct pcbit_chan* chan,
19 extern void cb_out_2(struct pcbit_dev * dev, struct pcbit_chan* chan,
22 extern void cb_out_3(struct pcbit_dev * dev, struct pcbit_chan* chan,
25 extern void cb_in_1(struct pcbit_dev * dev, struct pcbit_chan* chan,
27 extern void cb_in_2(struct pcbit_dev * dev, struct pcbit_chan* chan,
29 extern void cb_in_3(struct pcbit_dev * dev, struct pcbit_chan* chan,
32 extern void cb_disc_1(struct pcbit_dev * dev, struct pcbit_chan* chan,
34 extern void cb_disc_2(struct pcbit_dev * dev, struct pcbit_chan* chan,
36 extern void cb_disc_3(struct pcbit_dev * dev, struct pcbit_chan* chan,
39 extern void cb_notdone(struct pcbit_dev * dev, struct pcbit_chan* chan,
[all …]
Dcallbacks.c45 void cb_out_1(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_out_1()
87 void cb_out_2(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_out_2()
133 void cb_out_3(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_out_3()
150 void cb_in_1(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_in_1()
210 void cb_in_2(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_in_2()
236 void cb_in_3(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_in_3()
262 void cb_disc_1(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_disc_1()
291 void cb_disc_2(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_disc_2()
315 void cb_disc_3(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_disc_3()
326 void cb_notdone(struct pcbit_dev * dev, struct pcbit_chan* chan, in cb_notdone()
[all …]
Dcapi.c136 int capi_conn_resp(struct pcbit_chan* chan, struct sk_buff **skb) in capi_conn_resp()
153 int capi_conn_active_req(struct pcbit_chan* chan, struct sk_buff **skb) in capi_conn_active_req()
181 int capi_conn_active_resp(struct pcbit_chan* chan, struct sk_buff **skb) in capi_conn_active_resp()
199 int capi_select_proto_req(struct pcbit_chan *chan, struct sk_buff **skb, in capi_select_proto_req()
265 int capi_activate_transp_req(struct pcbit_chan *chan, struct sk_buff **skb) in capi_activate_transp_req()
287 int capi_tdata_req(struct pcbit_chan* chan, struct sk_buff *skb) in capi_tdata_req()
323 int capi_tdata_resp(struct pcbit_chan *chan, struct sk_buff ** skb) in capi_tdata_resp()
364 int capi_disc_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_disc_resp()
383 int capi_decode_conn_ind(struct pcbit_chan * chan, in capi_decode_conn_ind()
493 int capi_decode_conn_conf(struct pcbit_chan * chan, struct sk_buff *skb, in capi_decode_conn_conf()
[all …]
Dpcbit.h22 struct pcbit_chan { struct
95 struct pcbit_chan *b1;
96 struct pcbit_chan *b2;
Dedss1.c39 extern void pcbit_state_change(struct pcbit_dev *, struct pcbit_chan *,
257 struct pcbit_chan *chan; in pcbit_fsm_timer()
259 chan = (struct pcbit_chan *) data; in pcbit_fsm_timer()
275 void pcbit_fsm_event(struct pcbit_dev *dev, struct pcbit_chan *chan, in pcbit_fsm_event()
Dedss1.h85 void (*callb)(struct pcbit_dev *, struct pcbit_chan *, struct callb_data*);
94 extern void pcbit_fsm_event(struct pcbit_dev *, struct pcbit_chan *,
Ddrv.c112 dev->b1 = kmalloc(sizeof(struct pcbit_chan), GFP_KERNEL); in pcbit_init_dev()
121 dev->b2 = kmalloc(sizeof(struct pcbit_chan), GFP_KERNEL); in pcbit_init_dev()
131 memset(dev->b1, 0, sizeof(struct pcbit_chan)); in pcbit_init_dev()
132 memset(dev->b2, 0, sizeof(struct pcbit_chan)); in pcbit_init_dev()
248 struct pcbit_chan *chan; in pcbit_command()
327 struct pcbit_chan *chan; in pcbit_block_timer()
331 chan = (struct pcbit_chan *) data; in pcbit_block_timer()
358 struct pcbit_chan * chan; in pcbit_xmit()
511 struct pcbit_chan *chan; in pcbit_l3_receive()
826 void pcbit_state_change(struct pcbit_dev * dev, struct pcbit_chan * chan, in pcbit_state_change()
Dlayer2.h140 static __inline__ struct pcbit_dev * chan2dev(struct pcbit_chan * chan) in chan2dev()
Dlayer2.c497 pcbit_fake_conf(struct pcbit_dev *dev, struct pcbit_chan *chan) in pcbit_fake_conf()
514 struct pcbit_chan *chan; in pcbit_firmware_bug()