Searched defs:lapb (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/lapb/
H A DMakefile
H A Dlapb_timer.c40 void lapb_start_t1timer(struct lapb_cb *lapb) argument
51 void lapb_start_t2timer(struct lapb_cb *lapb) argument
62 lapb_stop_t1timer(struct lapb_cb *lapb) argument
67 lapb_stop_t2timer(struct lapb_cb *lapb) argument
72 lapb_t1timer_running(struct lapb_cb *lapb) argument
79 struct lapb_cb *lapb = (struct lapb_cb *)param; local
89 struct lapb_cb *lapb = (struct lapb_cb *)param; local
[all...]
H A Dlapb_in.c42 static void lapb_state0_machine(struct lapb_cb *lapb, struct sk_buff *skb, argument
138 lapb_state1_machine(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
245 lapb_state2_machine(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
330 lapb_state3_machine(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
619 lapb_state4_machine(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
700 lapb_data_input(struct lapb_cb *lapb, struct sk_buff *skb) argument
[all...]
H A Dlapb_out.c40 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) argument
71 lapb_kick(struct lapb_cb *lapb) argument
119 lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *skb, int type) argument
161 lapb_establish_data_link(struct lapb_cb *lapb) argument
184 lapb_enquiry_response(struct lapb_cb *lapb) argument
196 lapb_timeout_response(struct lapb_cb *lapb) argument
207 lapb_check_iframes_acked(struct lapb_cb *lapb, unsigned short nr) argument
219 lapb_check_need_response(struct lapb_cb *lapb, int type, int pf) argument
[all...]
H A Dlapb_subr.c38 void lapb_clear_queues(struct lapb_cb *lapb) argument
49 void lapb_frames_acked(struct lapb_cb *lapb, unsigned short nr) argument
67 lapb_requeue_frames(struct lapb_cb *lapb) argument
89 lapb_validate_nr(struct lapb_cb *lapb, unsigned short nr) argument
109 lapb_decode(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
228 lapb_send_control(struct lapb_cb *lapb, int frametype, int poll_bit, int type) argument
265 lapb_transmit_frmr(struct lapb_cb *lapb) argument
[all...]
H A Dlapb_iface.c48 static void lapb_free_cb(struct lapb_cb *lapb) argument
53 static __inline__ void lapb_hold(struct lapb_cb *lapb) argument
58 static __inline__ void lapb_put(struct lapb_cb *lapb) argument
67 static void __lapb_remove_cb(struct lapb_cb *lapb) argument
78 __lapb_insert_cb(struct lapb_cb *lapb) argument
87 struct lapb_cb *lapb, *use = NULL; local
118 struct lapb_cb *lapb = kzalloc(sizeof(*lapb), GFP_ATOMIC); local
143 struct lapb_cb *lapb; local
174 struct lapb_cb *lapb; local
199 struct lapb_cb *lapb = lapb_devtostruct(dev); local
231 struct lapb_cb *lapb = lapb_devtostruct(dev); local
265 struct lapb_cb *lapb = lapb_devtostruct(dev); local
295 struct lapb_cb *lapb = lapb_devtostruct(dev); local
347 struct lapb_cb *lapb = lapb_devtostruct(dev); local
368 struct lapb_cb *lapb = lapb_devtostruct(dev); local
380 lapb_connect_confirmation(struct lapb_cb *lapb, int reason) argument
386 lapb_connect_indication(struct lapb_cb *lapb, int reason) argument
392 lapb_disconnect_confirmation(struct lapb_cb *lapb, int reason) argument
398 lapb_disconnect_indication(struct lapb_cb *lapb, int reason) argument
404 lapb_data_indication(struct lapb_cb *lapb, struct sk_buff *skb) argument
413 lapb_data_transmit(struct lapb_cb *lapb, struct sk_buff *skb) argument
[all...]

Completed in 35 milliseconds