Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/amcc/
Dcrypto4xx_core.c453 unsigned int last_sd; in crypto4xx_copy_pkt_to_dst() local
464 last_sd = (first_sd + pd_uinfo->num_sd); in crypto4xx_copy_pkt_to_dst()
465 if (last_sd > PPC4XX_LAST_SD) { in crypto4xx_copy_pkt_to_dst()
466 last_sd = PPC4XX_LAST_SD; in crypto4xx_copy_pkt_to_dst()
467 overflow = last_sd % PPC4XX_NUM_SD; in crypto4xx_copy_pkt_to_dst()
475 (1 + last_sd - first_sd)); in crypto4xx_copy_pkt_to_dst()
481 last_sd = overflow; in crypto4xx_copy_pkt_to_dst()