Home
last modified time | relevance | path

Searched defs:via_ircc_cb (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/net/irda/
Dvia-ircc.h93 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;
[all …]