Home
last modified time | relevance | path

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

/linux-2.4.37.9/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()
106 datlen, boot->pof_recoffset); in pof_handle_data()
113 img_len = datlen; /* maximum length to transfer */ in pof_handle_data()
139 DecryptBuf(boot, datlen); /* we need to encrypt the buffer */ in pof_handle_data()
144 datlen, boot->pof_recoffset); in pof_handle_data()
146 if ((boot->last_error = card->writebootseq(card, boot->buf.BootBuf, datlen)) < 0) in pof_handle_data()
149 if (boot->pof_recoffset + datlen >= boot->pof_reclen) in pof_handle_data()
157 datlen, boot->pof_recoffset); in pof_handle_data()
174 pof_write_buffer(hysdn_card * card, int datlen) in pof_write_buffer() argument
[all …]