Searched refs:tsap (Results 1 - 12 of 12) sorted by relevance

/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; local
135 tsap = (struct tsap_cb *) sap;
140 IRDA_ASSERT(tsap == self->provider.tsap_ctrl,return;);
143 daddr = irttp_get_daddr(tsap);
144 saddr = irttp_get_saddr(tsap);
169 struct tsap_cb *tsap)
175 irttp_connect_response(tsap, IRLAN_MTU, NULL);
183 struct tsap_cb *tsap; local
188 tsap = (struct tsap_cb *) sap;
192 IRDA_ASSERT(tsap !
168 irlan_provider_connect_response(struct irlan_cb *self, struct tsap_cb *tsap) argument
385 struct tsap_cb *tsap; local
[all...]
H A Dirlan_client.c217 struct tsap_cb *tsap; local
223 tsap = (struct tsap_cb *) sap;
227 IRDA_ASSERT(tsap != NULL, return;);
228 IRDA_ASSERT(tsap->magic == TTP_TSAP_MAGIC, return;);
230 IRDA_ASSERT(tsap == self->client.tsap_ctrl, return;);
249 struct tsap_cb *tsap; local
270 tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, &notify);
271 if (!tsap) {
272 IRDA_DEBUG(2, "%s(), Got no tsap!\n", __FUNCTION__ );
275 self->client.tsap_ctrl = tsap;
[all...]
H A Dirlan_common.c323 struct tsap_cb *tsap; local
328 tsap = (struct tsap_cb *) sap;
332 IRDA_ASSERT(tsap == self->tsap_data,return;);
415 struct tsap_cb *tsap; local
420 tsap = (struct tsap_cb *) sap;
424 IRDA_ASSERT(tsap != NULL, return;);
425 IRDA_ASSERT(tsap->magic == TTP_TSAP_MAGIC, return;);
427 IRDA_ASSERT(tsap == self->tsap_data, return;);
470 struct tsap_cb *tsap; local
493 tsap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.c126 DABORT(self->tsap != NULL, -EBUSY, IRDA_SR_ERROR, "Already busy !\n");
141 self->tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT,
143 DABORT(self->tsap == NULL, -ENOMEM,
147 self->stsap_sel = self->tsap->stsap_sel;
149 DEXIT(IRDA_SR_TRACE, " - tsap=0x%p, sel=0x%X\n",
150 self->tsap, self->stsap_sel);
304 err = irttp_connect_request(self->tsap, self->dtsap_sel,
555 if((self->iriap != NULL) || (self->tsap != NULL))
667 if(self->tsap)
670 irttp_disconnect_request(self->tsap, NUL
[all...]
H A Dirnet.h208 struct tsap_cb * tsap; /* IrTTP instance (the connection) */ member in struct:irnet_socket
H A Dirnet_ppp.c934 skb_queue_len(&self->tsap->tx_queue));
941 ret = irttp_data_request(self->tsap, skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_ttp.c93 self->tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT,
95 if (!self->tsap) {
96 IRDA_DEBUG(0, "%sfailed to allocate tsap\n", __FUNCTION__ );
99 self->slsap_sel = self->tsap->stsap_sel;
130 ret = irttp_connect_request(self->tsap, info->dlsap_sel,
154 ret = irttp_connect_response(self->tsap, TTP_SAR_DISABLE, userdata);
191 ret = irttp_data_request(self->tsap, skb);
247 info.max_data_size = irttp_get_max_seg_size(self->tsap)
288 info.max_data_size = irttp_get_max_seg_size(self->tsap)
316 ret = irttp_disconnect_request(self->tsap, userdat
[all...]
H A Dircomm_core.c162 if (self->tsap) {
163 irttp_close_tsap(self->tsap);
164 self->tsap = NULL;
501 irttp_flow_request(self->tsap, flow);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Daf_irda.c153 if (self->tsap) {
154 irttp_close_tsap(self->tsap);
155 self->tsap = NULL;
209 self->max_data_size = irttp_get_max_seg_size(self->tsap);
220 self->max_data_size = irttp_get_max_seg_size(self->tsap);
271 self->max_data_size = irttp_get_max_seg_size(self->tsap);
283 self->max_data_size = irttp_get_max_seg_size(self->tsap);
318 irttp_connect_response(self->tsap, self->max_sdu_size_rx, skb);
469 if (self->tsap) {
485 self->tsap
[all...]
H A Dirttp.c389 IRDA_DEBUG(0, "%s(), invalid tsap!\n", __FUNCTION__);
489 * Note : because we *free* the tsap structure, it is the responsibility
495 struct tsap_cb *tsap; local
502 /* Make sure tsap has been disconnected */
516 tsap = hashbin_remove(irttp->tsaps, (long) self, NULL);
518 IRDA_ASSERT(tsap == self, return -1;);
1425 /* Protect our access to the old tsap instance */
1601 * attempted to close the tsap and self->close_pend would be TRUE.
1798 /* Protect our access to the tsap list */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Daf_irda.h48 struct tsap_cb *tsap; /* TSAP used by this connection */ member in struct:irda_sock
H A Dircomm_core.h66 struct tsap_cb *tsap; member in struct:ircomm_cb

Completed in 82 milliseconds