Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/cesa/
H A Dhash.c229 int trailerlen = mv_cesa_ahash_pad_len(creq) + 8; in mv_cesa_ahash_std_step() local
231 if (len + trailerlen > CESA_SA_SRAM_PAYLOAD_SIZE) { in mv_cesa_ahash_std_step()
233 new_cache_ptr = 64 - trailerlen; in mv_cesa_ahash_std_step()
549 unsigned int len, trailerlen, padoff = 0; in mv_cesa_ahash_dma_last_req() local
587 trailerlen = mv_cesa_ahash_pad_req(creq, ahashdreq->padding); in mv_cesa_ahash_dma_last_req()
589 len = min(CESA_SA_SRAM_PAYLOAD_SIZE - frag_len, trailerlen); in mv_cesa_ahash_dma_last_req()
605 if (len == trailerlen) in mv_cesa_ahash_dma_last_req()
615 trailerlen - padoff, in mv_cesa_ahash_dma_last_req()
621 return mv_cesa_dma_add_frag(chain, &creq->op_tmpl, trailerlen - padoff, in mv_cesa_ahash_dma_last_req()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c947 u32 netlen, trailerlen = 0; in ath6kl_htc_pipe_rx_complete() local
1007 trailerlen = hdr_info; in ath6kl_htc_pipe_rx_complete()
1017 if (((int) payload_len - (int) trailerlen) <= 0) { in ath6kl_htc_pipe_rx_complete()
1074 packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen; in ath6kl_htc_pipe_rx_complete()