Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dsmsgiucv.c36 static int smsg_path_pending(struct iucv_path *, u8 *, u8 *);
40 .path_pending = smsg_path_pending,
44 static int smsg_path_pending(struct iucv_path *path, u8 *ipvmid, u8 *ipuser) in smsg_path_pending() function