Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx-842.c174 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress() local
224 tmplen = dlen; in compress()
227 dlen = tmplen; /* reset dlen, if we're retrying */ in compress()
352 unsigned int dlen = p->oremain, tmplen; in decompress() local
402 tmplen = dlen; in decompress()
405 dlen = tmplen; /* reset dlen, if we're retrying */ in decompress()
/drivers/net/wireless/
Dwl3501_cs.c467 u16 bf, sig_bf, next, tmplen, pktlen; in wl3501_send_pkt() local
500 tmplen = 254 - sizeof(struct wl3501_tx_hdr); in wl3501_send_pkt()
501 pktlen -= tmplen; in wl3501_send_pkt()
503 tmplen = pktlen; in wl3501_send_pkt()
508 pdata, tmplen); in wl3501_send_pkt()
509 pdata += tmplen; in wl3501_send_pkt()
517 tmplen = 254 - sizeof(struct wl3501_tx_hdr) + 6; in wl3501_send_pkt()
518 pktlen -= tmplen; in wl3501_send_pkt()
520 tmplen = pktlen; in wl3501_send_pkt()
525 pdata, tmplen); in wl3501_send_pkt()
[all …]