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