Lines Matching defs:nsc_ircc_cb
249 struct nsc_ircc_cb { struct
250 struct st_fifo st_fifo; /* Info about received frames */
251 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */
253 struct net_device *netdev; /* Yes! we are some kind of netdevice */
255 struct irlap_cb *irlap; /* The link layer we are binded to */
256 struct qos_info qos; /* QoS capabilities for this device */
258 chipio_t io; /* IrDA controller information */
259 iobuff_t tx_buff; /* Transmit buffer */
260 iobuff_t rx_buff; /* Receive buffer */
261 dma_addr_t tx_buff_dma;
262 dma_addr_t rx_buff_dma;
264 __u8 ier; /* Interrupt enable register */
266 struct timeval stamp;
267 struct timeval now;
269 spinlock_t lock; /* For serializing operations */
271 __u32 new_speed;
272 int index; /* Instance index */
274 struct platform_device *pldev;