Searched refs:lap_cb (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlmp_frame.h42 void irlmp_send_data_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
44 void irlmp_send_lcf_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
46 void irlmp_link_data_indication(struct lap_cb *, struct sk_buff *,
49 void irlmp_link_unitdata_indication(struct lap_cb *, struct sk_buff *);
52 void irlmp_link_connect_indication(struct lap_cb *, __u32 saddr, __u32 daddr,
55 void irlmp_link_connect_confirm(struct lap_cb *self, struct qos_info *qos,
57 void irlmp_link_disconnect_indication(struct lap_cb *, struct irlap_cb *,
59 void irlmp_link_discovery_confirm(struct lap_cb *self, hashbin_t *log);
60 void irlmp_link_discovery_indication(struct lap_cb *, discovery_t *discovery);
H A Dirlmp_event.h33 struct lap_cb;
89 void irlmp_do_lap_event(struct lap_cb *self, IRLMP_EVENT event,
H A Dtimer.h41 struct lap_cb;
101 void irlmp_start_idle_timer(struct lap_cb *, int timeout);
102 void irlmp_stop_idle_timer(struct lap_cb *self);
H A Dirlmp.h118 struct lap_cb *lap; /* Pointer to LAP connection structure */
139 struct lap_cb { struct
244 void irlmp_status_indication(struct lap_cb *, LINK_STATUS link, LOCK_STATUS lock);
245 void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlmp_frame.c37 static struct lsap_cb *irlmp_find_lsap(struct lap_cb *self, __u8 dlsap,
40 inline void irlmp_send_data_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
58 void irlmp_send_lcf_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
90 void irlmp_link_data_indication(struct lap_cb *self, struct sk_buff *skb,
200 void irlmp_link_unitdata_indication(struct lap_cb *self, struct sk_buff *skb)
268 void irlmp_link_disconnect_indication(struct lap_cb *lap,
294 void irlmp_link_connect_indication(struct lap_cb *self, __u32 saddr,
316 void irlmp_link_connect_confirm(struct lap_cb *self, struct qos_info *qos,
361 void irlmp_link_discovery_indication(struct lap_cb *self,
383 void irlmp_link_discovery_confirm(struct lap_cb *sel
[all...]
H A Dirlmp_event.c81 static void irlmp_state_standby (struct lap_cb *, IRLMP_EVENT,
83 static void irlmp_state_u_connect(struct lap_cb *, IRLMP_EVENT,
85 static void irlmp_state_active (struct lap_cb *, IRLMP_EVENT,
102 static void (*lap_state[]) (struct lap_cb *, IRLMP_EVENT, struct sk_buff *) =
119 static inline void irlmp_next_lap_state(struct lap_cb *self,
157 void irlmp_do_lap_event(struct lap_cb *self, IRLMP_EVENT event,
199 struct lap_cb *self = (struct lap_cb *) data;
258 static void irlmp_state_standby(struct lap_cb *self, IRLMP_EVENT event,
307 static void irlmp_state_u_connect(struct lap_cb *sel
[all...]
H A Dirlmp.c227 struct lap_cb *lap;
280 struct lap_cb *lap;
289 lap = kzalloc(sizeof(struct lap_cb), GFP_KERNEL);
334 struct lap_cb *link;
371 struct lap_cb *lap;
805 struct lap_cb *lap;
816 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
825 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
838 struct lap_cb *lap;
866 lap = (struct lap_cb *) hashbin_get_firs
[all...]
H A Dtimer.c124 void irlmp_start_idle_timer(struct lap_cb *self, int timeout)
130 void irlmp_stop_idle_timer(struct lap_cb *self)

Completed in 226 milliseconds