Home
last modified time | relevance | path

Searched defs:tsap_cb (Results 1 – 1 of 1) sorted by relevance

/include/net/irda/
Dirttp.h103 struct tsap_cb { struct
104 irda_queue_t q; /* Must be first */
105 magic_t magic; /* Just in case */
107 __u8 stsap_sel; /* Source TSAP */
108 __u8 dtsap_sel; /* Destination TSAP */
110 struct lsap_cb *lsap; /* Corresponding LSAP to this TSAP */
112 __u8 connected; /* TSAP connected */
114 __u8 initial_credit; /* Initial credit to give peer */
116 int avail_credit; /* Available credit to return to peer */
117 int remote_credit; /* Credit held by peer TTP entity */
[all …]