Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dsmc-ircc.h158 struct ircc_cb { struct
159 struct net_device *netdev; /* Yes! we are some kind of netdevice */
160 struct irlap_cb *irlap; /* The link layer we are binded to */
162 chipio_t *io; /* IrDA controller information */
163 iobuff_t tx_buff; /* Transmit buffer */
164 iobuff_t rx_buff; /* Receive buffer */
166 struct irport_cb *irport;
168 spinlock_t lock; /* For serializing operations */
170 __u32 new_speed;
171 __u32 flags; /* Interface flags */
[all …]