Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.c95 ring_size.bf.ring_size = PPC4XX_NUM_PD; in crypto4xx_hw_init()
178 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
183 dev->pdr_uinfo = kcalloc(PPC4XX_NUM_PD, sizeof(struct pd_uinfo), in crypto4xx_build_pdr()
187 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
192 memset(dev->pdr, 0, sizeof(struct ce_pd) * PPC4XX_NUM_PD); in crypto4xx_build_pdr()
194 sizeof(union shadow_sa_buf) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
201 sizeof(struct sa_state_record) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
205 for (i = 0; i < PPC4XX_NUM_PD; i++) { in crypto4xx_build_pdr()
228 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
233 sizeof(union shadow_sa_buf) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
[all …]
Dcrypto4xx_core.h40 #define PPC4XX_NUM_PD 256 macro
41 #define PPC4XX_LAST_PD (PPC4XX_NUM_PD - 1)