Lines Matching defs:via_ircc_cb
93 struct via_ircc_cb { struct
94 struct st_fifo st_fifo; /* Info about received frames */
95 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */
97 struct net_device *netdev; /* Yes! we are some kind of netdevice */
99 struct irlap_cb *irlap; /* The link layer we are binded to */
100 struct qos_info qos; /* QoS capabilities for this device */
102 chipio_t io; /* IrDA controller information */
103 iobuff_t tx_buff; /* Transmit buffer */
104 iobuff_t rx_buff; /* Receive buffer */
105 dma_addr_t tx_buff_dma;
106 dma_addr_t rx_buff_dma;
108 __u8 ier; /* Interrupt enable register */
110 struct timeval stamp;
111 struct timeval now;
113 spinlock_t lock; /* For serializing operations */
115 __u32 flags; /* Interface flags */
116 __u32 new_speed;
117 int index; /* Instance index */
119 struct eventflag EventFlag;
120 unsigned int chip_id; /* to remember chip id */
121 unsigned int RetryCount;
122 unsigned int RxDataReady;
123 unsigned int RxLastCount;