Searched defs:qeth_discipline (Results 1 – 1 of 1) sorted by relevance
711 struct qeth_discipline { struct712 const struct device_type *devtype;713 int (*process_rx_buffer)(struct qeth_card *card, int budget, int *done);714 int (*recover)(void *ptr);715 int (*setup) (struct ccwgroup_device *);716 void (*remove) (struct ccwgroup_device *);717 int (*set_online) (struct ccwgroup_device *);718 int (*set_offline) (struct ccwgroup_device *);719 int (*freeze)(struct ccwgroup_device *);720 int (*thaw) (struct ccwgroup_device *);[all …]