Lines Matching defs:smsc_ircc_cb
152 struct smsc_ircc_cb { struct
153 struct net_device *netdev; /* Yes! we are some kind of netdevice */
154 struct irlap_cb *irlap; /* The link layer we are binded to */
156 chipio_t io; /* IrDA controller information */
157 iobuff_t tx_buff; /* Transmit buffer */
158 iobuff_t rx_buff; /* Receive buffer */
159 dma_addr_t tx_buff_dma;
160 dma_addr_t rx_buff_dma;
162 struct qos_info qos; /* QoS capabilities for this device */
164 spinlock_t lock; /* For serializing operations */
166 __u32 new_speed;
167 __u32 flags; /* Interface flags */
191 static void smsc_ircc_setup_io(struct smsc_ircc_cb *self, unsigned int fir_base, unsigned int sir_b… argument