Searched defs:ircc_cb (Results 1 – 1 of 1) sorted by relevance
158 struct ircc_cb { struct159 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 …]