Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dirttp.h102 struct tsap_cb { struct
103 irda_queue_t q; /* Must be first */
104 magic_t magic; /* Just in case */
106 __u8 stsap_sel; /* Source TSAP */
107 __u8 dtsap_sel; /* Destination TSAP */
109 struct lsap_cb *lsap; /* Corresponding LSAP to this TSAP */
111 __u8 connected; /* TSAP connected */
113 __u8 initial_credit; /* Initial credit to give peer */
115 int avail_credit; /* Available credit to return to peer */
116 int remote_credit; /* Credit held by peer TTP entity */
[all …]