msglimit          129 include/net/iucv/af_iucv.h 	u16			msglimit;
msglimit          333 net/iucv/af_iucv.c 		phs_hdr->window = iucv->msglimit;
msglimit          587 net/iucv/af_iucv.c 	iucv->msglimit = 0;
msglimit          779 net/iucv/af_iucv.c 			if (!iucv->msglimit)
msglimit          780 net/iucv/af_iucv.c 				iucv->msglimit = IUCV_HIPER_MSGLIM_DEFAULT;
msglimit          794 net/iucv/af_iucv.c 		if (!iucv->msglimit)
msglimit          795 net/iucv/af_iucv.c 			iucv->msglimit = IUCV_QUEUELEN_DEFAULT;
msglimit          825 net/iucv/af_iucv.c 	if (!iucv->msglimit)
msglimit          826 net/iucv/af_iucv.c 		iucv->msglimit = IUCV_QUEUELEN_DEFAULT;
msglimit          844 net/iucv/af_iucv.c 	iucv->path = iucv_path_alloc(iucv->msglimit,
msglimit         1456 net/iucv/af_iucv.c 			if (atomic_read(&iucv->msg_recv) > iucv->msglimit) {
msglimit         1480 net/iucv/af_iucv.c 							iucv->msglimit / 2) {
msglimit         1670 net/iucv/af_iucv.c 				iucv->msglimit = val;
msglimit         1712 net/iucv/af_iucv.c 					   : iucv->msglimit;	/* default */
msglimit         1813 net/iucv/af_iucv.c 	niucv->msglimit = iucv->msglimit;
msglimit         1814 net/iucv/af_iucv.c 	path->msglim = iucv->msglimit;
msglimit         2010 net/iucv/af_iucv.c 	niucv->msglimit = iucv->msglimit;
msglimit         2024 net/iucv/af_iucv.c 	trans_hdr->window = niucv->msglimit;