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