Searched defs:qeth_discipline (Results 1 – 1 of 1) sorted by relevance
718 struct qeth_discipline { struct719 void (*start_poll)(struct ccw_device *, int, unsigned long);720 qdio_handler_t *input_handler;721 qdio_handler_t *output_handler;722 int (*recover)(void *ptr);723 int (*setup) (struct ccwgroup_device *);724 void (*remove) (struct ccwgroup_device *);725 int (*set_online) (struct ccwgroup_device *);726 int (*set_offline) (struct ccwgroup_device *);727 void (*shutdown)(struct ccwgroup_device *);[all …]