Lines Matching defs:toshoboe_cb
308 struct toshoboe_cb struct
310 struct net_device *netdev; /* Yes! we are some kind of netdevice */
311 struct net_device_stats stats;
312 struct tty_driver ttydev;
314 struct irlap_cb *irlap; /* The link layer we are binded to */
316 chipio_t io; /* IrDA controller information */
317 struct qos_info qos; /* QoS capabilities for this device */
319 __u32 flags; /* Interface flags */
321 struct pci_dev *pdev; /*PCI device */
322 int base; /*IO base */
325 int txpending; /*how many tx's are pending */
326 int txs, rxs; /*Which slots are we at */
328 int irdad; /*Driver under control of netdev end */
329 int async; /*Driver under control of async end */
332 int stopped; /*Stopped by some or other APM stuff */
334 int filter; /*In SIR mode do we want to receive
337 void *ringbuf; /*The ring buffer */
338 struct OboeRing *ring; /*The ring */
340 void *tx_bufs[OBOE_RING_MAX_SIZE]; /*The buffers */
341 void *rx_bufs[OBOE_RING_MAX_SIZE];
344 int speed; /*Current setting of the speed */
345 int new_speed; /*Set to request a speed change */
353 spinlock_t spinlock;
355 int int_rx;
356 int int_tx;
357 int int_txunder;
358 int int_rxover;
359 int int_sip;