trailerlen 212 drivers/crypto/marvell/hash.c int trailerlen = mv_cesa_ahash_pad_len(creq) + 8; trailerlen 214 drivers/crypto/marvell/hash.c if (len + trailerlen > CESA_SA_SRAM_PAYLOAD_SIZE) { trailerlen 216 drivers/crypto/marvell/hash.c new_cache_ptr = 64 - trailerlen; trailerlen 518 drivers/crypto/marvell/hash.c unsigned int len, trailerlen, padoff = 0; trailerlen 556 drivers/crypto/marvell/hash.c trailerlen = mv_cesa_ahash_pad_req(creq, ahashdreq->padding); trailerlen 558 drivers/crypto/marvell/hash.c len = min(CESA_SA_SRAM_PAYLOAD_SIZE - frag_len, trailerlen); trailerlen 574 drivers/crypto/marvell/hash.c if (len == trailerlen) trailerlen 584 drivers/crypto/marvell/hash.c trailerlen - padoff, trailerlen 590 drivers/crypto/marvell/hash.c return mv_cesa_dma_add_frag(chain, &creq->op_tmpl, trailerlen - padoff, trailerlen 948 drivers/net/wireless/ath/ath6kl/htc_pipe.c u32 netlen, trailerlen = 0; trailerlen 1008 drivers/net/wireless/ath/ath6kl/htc_pipe.c trailerlen = hdr_info; trailerlen 1018 drivers/net/wireless/ath/ath6kl/htc_pipe.c if (((int) payload_len - (int) trailerlen) <= 0) { trailerlen 1075 drivers/net/wireless/ath/ath6kl/htc_pipe.c packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen;