Home
last modified time | relevance | path

Searched refs:path_pending (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dsmsgiucv.c40 .path_pending = smsg_path_pending,
H A Dnetiucv.c756 .path_pending = netiucv_callback_connreq,
/openbmc/linux/include/net/iucv/
H A Diucv.h145 int (*path_pending)(struct iucv_path *, u8 *ipvmid, u8 *ipuser); member
/openbmc/linux/net/iucv/
H A Diucv.c1452 if (!handler->path_pending) in iucv_path_pending()
1461 if (!handler->path_pending(path, ipp->ipvmid, ipp->ipuser)) in iucv_path_pending()
H A Daf_iucv.c1811 .path_pending = iucv_callback_connreq,
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_iucv.c117 .path_pending = hvc_iucv_path_pending,