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