Searched defs:qeth_discipline (Results 1 – 1 of 1) sorted by relevance
761 struct qeth_discipline { struct762 const struct device_type *devtype;763 int (*process_rx_buffer)(struct qeth_card *card, int budget, int *done);764 int (*recover)(void *ptr);765 int (*setup) (struct ccwgroup_device *);766 void (*remove) (struct ccwgroup_device *);767 int (*set_online) (struct ccwgroup_device *);768 int (*set_offline) (struct ccwgroup_device *);769 int (*do_ioctl)(struct net_device *dev, struct ifreq *rq, int cmd);770 int (*control_event_handler)(struct qeth_card *card,