Searched defs:smsc_ircc_cb (Results 1 – 1 of 1) sorted by relevance
149 struct smsc_ircc_cb { struct150 struct net_device *netdev; /* Yes! we are some kind of netdevice */151 struct irlap_cb *irlap; /* The link layer we are binded to */153 chipio_t io; /* IrDA controller information */154 iobuff_t tx_buff; /* Transmit buffer */155 iobuff_t rx_buff; /* Receive buffer */156 dma_addr_t tx_buff_dma;157 dma_addr_t rx_buff_dma;159 struct qos_info qos; /* QoS capabilities for this device */161 spinlock_t lock; /* For serializing operations */[all …]