Searched refs:pcbit_chan (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/isdn/pcbit/ |
D | capi.h | 25 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 …]
|
D | callbacks.h | 16 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_in_1(struct pcbit_dev *dev, struct pcbit_chan *chan, 24 extern void cb_in_2(struct pcbit_dev *dev, struct pcbit_chan *chan, 26 extern void cb_in_3(struct pcbit_dev *dev, struct pcbit_chan *chan, 29 extern void cb_disc_1(struct pcbit_dev *dev, struct pcbit_chan *chan, 31 extern void cb_disc_2(struct pcbit_dev *dev, struct pcbit_chan *chan, 33 extern void cb_disc_3(struct pcbit_dev *dev, struct pcbit_chan *chan, 36 extern void cb_notdone(struct pcbit_dev *dev, struct pcbit_chan *chan, 39 extern void cb_selp_1(struct pcbit_dev *dev, struct pcbit_chan *chan, [all …]
|
D | callbacks.c | 42 void cb_out_1(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_out_1() 84 void cb_out_2(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_out_2() 130 void cb_in_1(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_in_1() 190 void cb_in_2(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_in_2() 216 void cb_in_3(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_in_3() 242 void cb_disc_1(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_disc_1() 271 void cb_disc_2(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_disc_2() 295 void cb_disc_3(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_disc_3() 306 void cb_notdone(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_notdone() 314 void cb_selp_1(struct pcbit_dev *dev, struct pcbit_chan *chan, in cb_selp_1() [all …]
|
D | capi.c | 134 int capi_conn_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_conn_resp() 151 int capi_conn_active_req(struct pcbit_chan *chan, struct sk_buff **skb) in capi_conn_active_req() 179 int capi_conn_active_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_conn_active_resp() 197 int capi_select_proto_req(struct pcbit_chan *chan, struct sk_buff **skb, in capi_select_proto_req() 263 int capi_activate_transp_req(struct pcbit_chan *chan, struct sk_buff **skb) in capi_activate_transp_req() 285 int capi_tdata_req(struct pcbit_chan *chan, struct sk_buff *skb) in capi_tdata_req() 321 int capi_tdata_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_tdata_resp() 362 int capi_disc_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_disc_resp() 381 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 …]
|
D | pcbit.h | 24 struct pcbit_chan { struct 97 struct pcbit_chan *b1; 98 struct pcbit_chan *b2; 174 void pcbit_state_change(struct pcbit_dev *dev, struct pcbit_chan *chan,
|
D | edss1.h | 85 void (*callb)(struct pcbit_dev *, struct pcbit_chan *, struct callb_data*); 95 void pcbit_fsm_event(struct pcbit_dev *, struct pcbit_chan *,
|
D | edss1.c | 248 struct pcbit_chan *chan; in pcbit_fsm_timer() 250 chan = (struct pcbit_chan *) data; in pcbit_fsm_timer() 266 void pcbit_fsm_event(struct pcbit_dev *dev, struct pcbit_chan *chan, in pcbit_fsm_event()
|
D | drv.c | 106 dev->b1 = kzalloc(sizeof(struct pcbit_chan), GFP_KERNEL); in pcbit_init_dev() 115 dev->b2 = kzalloc(sizeof(struct pcbit_chan), GFP_KERNEL); in pcbit_init_dev() 239 struct pcbit_chan *chan; in pcbit_command() 301 struct pcbit_chan *chan; in pcbit_block_timer() 305 chan = (struct pcbit_chan *)data; in pcbit_block_timer() 332 struct pcbit_chan *chan; in pcbit_xmit() 471 struct pcbit_chan *chan; in pcbit_l3_receive() 773 void pcbit_state_change(struct pcbit_dev *dev, struct pcbit_chan *chan, in pcbit_state_change()
|
D | layer2.h | 142 static __inline__ struct pcbit_dev *chan2dev(struct pcbit_chan *chan) in chan2dev()
|
D | layer2.c | 465 pcbit_fake_conf(struct pcbit_dev *dev, struct pcbit_chan *chan) in pcbit_fake_conf() 482 struct pcbit_chan *chan; in pcbit_firmware_bug()
|