• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/

Lines Matching refs:tsap_cb

43 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 *self)
233 static struct sk_buff *irttp_reassemble_skb(struct tsap_cb *self)
290 static inline void irttp_fragment_skb(struct tsap_cb *self,
350 struct tsap_cb *self;
352 self = (struct tsap_cb *) instance;
376 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify)
378 struct tsap_cb *self;
393 self = kzalloc(sizeof(struct tsap_cb), GFP_ATOMIC);
462 static void __irttp_close_tsap(struct tsap_cb *self)
493 int irttp_close_tsap(struct tsap_cb *self)
495 struct tsap_cb *tsap;
538 int irttp_udata_request(struct tsap_cb *self, struct sk_buff *skb)
577 int irttp_data_request(struct tsap_cb *self, struct sk_buff *skb)
688 static void irttp_run_tx_queue(struct tsap_cb *self)
794 static inline void irttp_give_credit(struct tsap_cb *self)
850 struct tsap_cb *self;
855 self = (struct tsap_cb *) instance;
886 struct tsap_cb *self;
890 self = (struct tsap_cb *) instance;
968 struct tsap_cb *self;
972 self = (struct tsap_cb *) instance;
999 struct tsap_cb *self;
1001 self = (struct tsap_cb *) instance;
1042 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow)
1075 int irttp_connect_request(struct tsap_cb *self, __u8 dtsap_sel,
1176 struct tsap_cb *self;
1184 self = (struct tsap_cb *) instance;
1261 struct tsap_cb *self;
1268 self = (struct tsap_cb *) instance;
1330 int irttp_connect_response(struct tsap_cb *self, __u32 max_sdu_size,
1418 struct tsap_cb *irttp_dup(struct tsap_cb *orig, void *instance)
1420 struct tsap_cb *new;
1436 new = kmalloc(sizeof(struct tsap_cb), GFP_ATOMIC);
1443 memcpy(new, orig, sizeof(struct tsap_cb));
1479 int irttp_disconnect_request(struct tsap_cb *self, struct sk_buff *userdata,
1576 struct tsap_cb *self;
1580 self = (struct tsap_cb *) instance;
1620 static void irttp_do_data_indication(struct tsap_cb *self, struct sk_buff *skb)
1658 void irttp_run_rx_queue(struct tsap_cb *self)
1796 struct tsap_cb *self;
1802 for (self = (struct tsap_cb *) hashbin_get_first(irttp->tsaps);
1804 self = (struct tsap_cb *) hashbin_get_next(irttp->tsaps)) {
1830 const struct tsap_cb *self = v;