Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dnsc-ircc.h245 struct nsc_ircc_cb { struct
246 struct st_fifo st_fifo; /* Info about received frames */
247 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */
249 struct net_device *netdev; /* Yes! we are some kind of netdevice */
250 struct net_device_stats stats;
252 struct irlap_cb *irlap; /* The link layer we are binded to */
253 struct qos_info qos; /* QoS capabilities for this device */
255 chipio_t io; /* IrDA controller information */
256 iobuff_t tx_buff; /* Transmit buffer */
257 iobuff_t rx_buff; /* Receive buffer */
[all …]