Searched refs:pathid (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/iucv/
H A Diucv.c59 * IPFGPID - Indicates you have specified a pathid.
506 * This function makes iucv ready for use. It allocates the pathid
542 * the iucv interrupt buffer and frees the pathid table. Called after the
605 * @pathid: path identification number.
608 * Sever an iucv path to free up the pathid. Used internally.
610 static int iucv_sever_pathid(u16 pathid, u8 userdata[16]) argument
618 parm->ctrl.ippathid = pathid;
639 * work items for the now stale pathid. The caller needs to hold the
647 * When a path is severed, the pathid can be reused immediatly
649 * all entries from the task queue that refer to a stale pathid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/iucv/
H A Diucv.h86 * pathid: 16 bit path identification
94 u16 pathid; member in struct:iucv_path
197 * Returns 0 on success, -ENOMEM if the memory allocation for the pathid
368 * pathid, msgid, and trgcls. Prmmsg signifies the data is moved into
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dmonreader.c217 P_DEBUG("read, REPLY: pathid = 0x%04X, msgid = 0x%08X, trgcls = "
219 monpriv->path->pathid, monmsg->msg.id, monmsg->msg.class);
287 P_DEBUG("read, pathid = 0x%04X, msgid = 0x%08X, trgcls = 0x%08X\n",
288 monpriv->path->pathid, monmsg->msg.id, monmsg->msg.class);

Completed in 64 milliseconds