Lines Matching defs:ali_ircc_cb
188 struct ali_ircc_cb { struct
190 struct st_fifo st_fifo; /* Info about received frames */
191 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */
193 struct net_device *netdev; /* Yes! we are some kind of netdevice */
195 struct irlap_cb *irlap; /* The link layer we are binded to */
196 struct qos_info qos; /* QoS capabilities for this device */
198 chipio_t io; /* IrDA controller information */
199 iobuff_t tx_buff; /* Transmit buffer */
200 iobuff_t rx_buff; /* Receive buffer */
201 dma_addr_t tx_buff_dma;
202 dma_addr_t rx_buff_dma;
204 __u8 ier; /* Interrupt enable register */
206 __u8 InterruptID; /* Interrupt ID */
207 __u8 BusStatus; /* Bus Status */
208 __u8 LineStatus; /* Line Status */
210 unsigned char rcvFramesOverflow;
212 struct timeval stamp;
213 struct timeval now;
215 spinlock_t lock; /* For serializing operations */
217 __u32 new_speed;
218 int index; /* Instance index */
220 unsigned char fifo_opti_buf;