Lines Matching defs:toshoboe_cb
139 struct toshoboe_cb struct
141 struct net_device *netdev; /* Yes! we are some kind of netdevice */
142 struct net_device_stats stats;
144 struct irlap_cb *irlap; /* The link layer we are binded to */
145 struct qos_info qos; /* QoS capabilities for this device */
147 chipio_t io; /* IrDA controller information */
149 __u32 flags; /* Interface flags */
150 __u32 new_speed;
152 struct pci_dev *pdev; /*PCI device */
153 int base; /*IO base */
154 int txpending; /*how many tx's are pending */
155 int txs, rxs; /*Which slots are we at */
156 void *taskfilebuf; /*The unaligned taskfile buffer */
157 struct OboeTaskFile *taskfile; /*The taskfile */
158 void *xmit_bufs[TX_SLOTS]; /*The buffers */
159 void *recv_bufs[RX_SLOTS];
160 int open;
161 int stopped; /*Stopped by some or other APM stuff*/