Linux Kernel
3.7.1
|
#include <qeth_core.h>
Data Fields | |
void(* | start_poll )(struct ccw_device *, int, unsigned long) |
qdio_handler_t * | input_handler |
qdio_handler_t * | output_handler |
int(* | recover )(void *ptr) |
int(* | setup )(struct ccwgroup_device *) |
void(* | remove )(struct ccwgroup_device *) |
int(* | set_online )(struct ccwgroup_device *) |
int(* | set_offline )(struct ccwgroup_device *) |
void(* | shutdown )(struct ccwgroup_device *) |
int(* | prepare )(struct ccwgroup_device *) |
void(* | complete )(struct ccwgroup_device *) |
int(* | freeze )(struct ccwgroup_device *) |
int(* | thaw )(struct ccwgroup_device *) |
int(* | restore )(struct ccwgroup_device *) |
Definition at line 703 of file qeth_core.h.
void(* complete)(struct ccwgroup_device *) |
Definition at line 714 of file qeth_core.h.
int(* freeze)(struct ccwgroup_device *) |
Definition at line 715 of file qeth_core.h.
qdio_handler_t* input_handler |
Definition at line 705 of file qeth_core.h.
qdio_handler_t* output_handler |
Definition at line 706 of file qeth_core.h.
int(* prepare)(struct ccwgroup_device *) |
Definition at line 713 of file qeth_core.h.
Definition at line 707 of file qeth_core.h.
void(* remove)(struct ccwgroup_device *) |
Definition at line 709 of file qeth_core.h.
int(* restore)(struct ccwgroup_device *) |
Definition at line 717 of file qeth_core.h.
int(* set_offline)(struct ccwgroup_device *) |
Definition at line 711 of file qeth_core.h.
int(* set_online)(struct ccwgroup_device *) |
Definition at line 710 of file qeth_core.h.
int(* setup)(struct ccwgroup_device *) |
Definition at line 708 of file qeth_core.h.
void(* shutdown)(struct ccwgroup_device *) |
Definition at line 712 of file qeth_core.h.
void(* start_poll)(struct ccw_device *, int, unsigned long) |
Definition at line 704 of file qeth_core.h.
int(* thaw)(struct ccwgroup_device *) |
Definition at line 716 of file qeth_core.h.