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.c456 u16 bf, sig_bf, next, tmplen, pktlen; in wl3501_send_pkt() local
490 tmplen = 254 - sizeof(struct wl3501_tx_hdr); in wl3501_send_pkt()
491 pktlen -= tmplen; in wl3501_send_pkt()
493 tmplen = pktlen; in wl3501_send_pkt()
498 pdata, tmplen); in wl3501_send_pkt()
499 pdata += tmplen; in wl3501_send_pkt()
507 tmplen = 254 - sizeof(struct wl3501_tx_hdr) + 6; in wl3501_send_pkt()
508 pktlen -= tmplen; in wl3501_send_pkt()
510 tmplen = pktlen; in wl3501_send_pkt()
515 pdata, tmplen); in wl3501_send_pkt()
[all …]