Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/crypto/amcc/
Dcrypto4xx_core.c88 ring_size.bf.ring_size = PPC4XX_NUM_PD; in crypto4xx_hw_init()
171 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
176 dev->pdr_uinfo = kcalloc(PPC4XX_NUM_PD, sizeof(struct pd_uinfo), in crypto4xx_build_pdr()
180 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
186 sizeof(union shadow_sa_buf) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
193 sizeof(struct sa_state_record) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
197 for (i = 0; i < PPC4XX_NUM_PD; i++) { in crypto4xx_build_pdr()
220 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
225 sizeof(union shadow_sa_buf) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
230 sizeof(struct sa_state_record) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
[all …]
Dcrypto4xx_core.h34 #define PPC4XX_NUM_PD 256 macro
35 #define PPC4XX_LAST_PD (PPC4XX_NUM_PD - 1)