Searched refs:tsap_cb (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirttp.h103 struct tsap_cb { struct
155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
156 int irttp_close_tsap(struct tsap_cb *self);
158 int irttp_data_request(struct tsap_cb *self, struct sk_buff *skb);
159 int irttp_udata_request(struct tsap_cb *self, struct sk_buff *skb);
161 int irttp_connect_request(struct tsap_cb *self, __u8 dtsap_sel,
165 int irttp_connect_response(struct tsap_cb *self, __u32 max_sdu_size,
167 int irttp_disconnect_request(struct tsap_cb *self, struct sk_buff *skb,
169 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow);
170 struct tsap_cb *irttp_du
[all...]
H A Dirlan_provider.h40 void irlan_provider_connect_response(struct irlan_cb *, struct tsap_cb *);
H A Dirlan_common.h119 struct tsap_cb *tsap_ctrl;
148 struct tsap_cb *tsap_ctrl;
183 struct tsap_cb *tsap_data; /* Data TSAP */
H A Daf_irda.h34 #include <net/irda/irttp.h> /* struct tsap_cb */
48 struct tsap_cb *tsap; /* TSAP used by this connection */
H A Dircomm_core.h66 struct tsap_cb *tsap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirttp.c43 static void __irttp_close_tsap(struct tsap_cb *self);
57 static void irttp_run_tx_queue(struct tsap_cb *self);
58 static void irttp_run_rx_queue(struct tsap_cb *self);
60 static void irttp_flush_queues(struct tsap_cb *self);
61 static void irttp_fragment_skb(struct tsap_cb *self, struct sk_buff *skb);
62 static struct sk_buff *irttp_reassemble_skb(struct tsap_cb *self);
139 static inline void irttp_start_todo_timer(struct tsap_cb *self, int timeout)
161 struct tsap_cb *self = (struct tsap_cb *) data;
204 void irttp_flush_queues(struct tsap_cb *sel
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_provider.c129 struct tsap_cb *tsap;
135 tsap = (struct tsap_cb *) sap;
169 struct tsap_cb *tsap)
183 struct tsap_cb *tsap;
188 tsap = (struct tsap_cb *) sap;
385 struct tsap_cb *tsap;
H A Dirlan_client.c217 struct tsap_cb *tsap;
223 tsap = (struct tsap_cb *) sap;
249 struct tsap_cb *tsap;
H A Dirlan_common.c323 struct tsap_cb *tsap;
328 tsap = (struct tsap_cb *) sap;
415 struct tsap_cb *tsap;
420 tsap = (struct tsap_cb *) sap;
470 struct tsap_cb *tsap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet.h208 struct tsap_cb * tsap; /* IrTTP instance (the connection) */

Completed in 359 milliseconds