datlen             85 drivers/staging/isdn/hysdn/hysdn_boot.c pof_handle_data(hysdn_card *card, int datlen)
datlen            101 drivers/staging/isdn/hysdn/hysdn_boot.c 		DecryptBuf(boot, datlen);	/* we need to encrypt the buffer */
datlen            107 drivers/staging/isdn/hysdn/hysdn_boot.c 				     datlen, boot->pof_recoffset);
datlen            114 drivers/staging/isdn/hysdn/hysdn_boot.c 		img_len = datlen;	/* maximum length to transfer */
datlen            140 drivers/staging/isdn/hysdn/hysdn_boot.c 		DecryptBuf(boot, datlen);	/* we need to encrypt the buffer */
datlen            146 drivers/staging/isdn/hysdn/hysdn_boot.c 				     datlen, boot->pof_recoffset);
datlen            148 drivers/staging/isdn/hysdn/hysdn_boot.c 		if ((boot->last_error = card->writebootseq(card, boot->buf.BootBuf, datlen)) < 0)
datlen            151 drivers/staging/isdn/hysdn/hysdn_boot.c 		if (boot->pof_recoffset + datlen >= boot->pof_reclen)
datlen            159 drivers/staging/isdn/hysdn/hysdn_boot.c 				     datlen, boot->pof_recoffset);
datlen            176 drivers/staging/isdn/hysdn/hysdn_boot.c pof_write_buffer(hysdn_card *card, int datlen)
datlen            186 drivers/staging/isdn/hysdn/hysdn_boot.c 		hysdn_addlog(card, "POF write: got %d bytes ", datlen);
datlen            193 drivers/staging/isdn/hysdn/hysdn_boot.c 		if (datlen != sizeof(tPofFileHdr)) {
datlen            211 drivers/staging/isdn/hysdn/hysdn_boot.c 		if (datlen != sizeof(tPofRecHdr)) {
datlen            239 drivers/staging/isdn/hysdn/hysdn_boot.c 		if (datlen != boot->last_error) {
datlen            243 drivers/staging/isdn/hysdn/hysdn_boot.c 		if ((boot->last_error = pof_handle_data(card, datlen)) < 0)
datlen            245 drivers/staging/isdn/hysdn/hysdn_boot.c 		boot->pof_recoffset += datlen;
datlen            279 net/smc/smc_clc.c 	int len, datlen;
datlen            321 net/smc/smc_clc.c 	datlen = ntohs(clcm->length);
datlen            323 net/smc/smc_clc.c 	    (datlen > buflen) ||
datlen            336 net/smc/smc_clc.c 	iov_iter_kvec(&msg.msg_iter, READ, &vec, 1, datlen);
datlen            339 net/smc/smc_clc.c 	if (len < datlen || !smc_clc_msg_hdr_valid(clcm)) {