Lines Matching defs:ircc_cb
158 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 */
173 int tx_buff_offsets[10]; /* Offsets between frames in tx_buff */
174 int tx_len; /* Number of frames in tx_buff */
176 struct pm_dev *pmdev;