Home
last modified time | relevance | path

Searched defs:qeth_discipline (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/s390/net/
Dqeth_core.h718 struct qeth_discipline { struct
719 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 …]