Home
last modified time | relevance | path

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

/openbmc/linux/include/net/iucv/
H A Diucv.h133 struct iucv_handler { struct
145 int (*path_pending)(struct iucv_path *, u8 *ipvmid, u8 *ipuser);
152 void (*path_complete)(struct iucv_path *, u8 *ipuser);
160 void (*path_severed)(struct iucv_path *, u8 *ipuser);
167 void (*path_quiesced)(struct iucv_path *, u8 *ipuser);
173 void (*path_resumed)(struct iucv_path *, u8 *ipuser);
202 int iucv_register(struct iucv_handler *handler, int smp); argument