Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hysdn/
Dhysdn_boot.c85 pof_handle_data(hysdn_card *card, int datlen) in pof_handle_data() argument
101 DecryptBuf(boot, datlen); /* we need to encrypt the buffer */ in pof_handle_data()
107 datlen, boot->pof_recoffset); in pof_handle_data()
114 img_len = datlen; /* maximum length to transfer */ in pof_handle_data()
140 DecryptBuf(boot, datlen); /* we need to encrypt the buffer */ in pof_handle_data()
146 datlen, boot->pof_recoffset); in pof_handle_data()
148 if ((boot->last_error = card->writebootseq(card, boot->buf.BootBuf, datlen)) < 0) in pof_handle_data()
151 if (boot->pof_recoffset + datlen >= boot->pof_reclen) in pof_handle_data()
159 datlen, boot->pof_recoffset); in pof_handle_data()
176 pof_write_buffer(hysdn_card *card, int datlen) in pof_write_buffer() argument
[all …]
/Linux-v4.19/net/smc/
Dsmc_clc.c276 int len, datlen; in smc_clc_wait_msg() local
313 datlen = ntohs(clcm->length); in smc_clc_wait_msg()
315 (datlen > buflen) || in smc_clc_wait_msg()
328 iov_iter_kvec(&msg.msg_iter, READ | ITER_KVEC, &vec, 1, datlen); in smc_clc_wait_msg()
331 if (len < datlen || !smc_clc_msg_hdr_valid(clcm)) { in smc_clc_wait_msg()