Searched defs:toshoboe_cb (Results 1 – 2 of 2) sorted by relevance
139 struct toshoboe_cb struct141 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 */[all …]
308 struct toshoboe_cb struct310 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 */[all …]