Searched defs:smsc_ircc_cb (Results 1 – 1 of 1) sorted by relevance
152 struct smsc_ircc_cb { struct153 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 */[all …]