crypt_ctl         221 drivers/crypto/ixp4xx_crypto.c static struct crypt_ctl *crypt_virt = NULL;
crypt_ctl         230 drivers/crypto/ixp4xx_crypto.c static inline dma_addr_t crypt_virt2phys(struct crypt_ctl *virt)
crypt_ctl         232 drivers/crypto/ixp4xx_crypto.c 	return crypt_phys + (virt - crypt_virt) * sizeof(struct crypt_ctl);
crypt_ctl         235 drivers/crypto/ixp4xx_crypto.c static inline struct crypt_ctl *crypt_phys2virt(dma_addr_t phys)
crypt_ctl         237 drivers/crypto/ixp4xx_crypto.c 	return crypt_virt + (phys - crypt_phys) / sizeof(struct crypt_ctl);
crypt_ctl         258 drivers/crypto/ixp4xx_crypto.c 	BUILD_BUG_ON(sizeof(struct crypt_ctl) != 64);
crypt_ctl         260 drivers/crypto/ixp4xx_crypto.c 					NPE_QLEN * sizeof(struct crypt_ctl),
crypt_ctl         268 drivers/crypto/ixp4xx_crypto.c static struct crypt_ctl *get_crypt_desc(void)
crypt_ctl         296 drivers/crypto/ixp4xx_crypto.c static struct crypt_ctl *get_crypt_desc_emerg(void)
crypt_ctl         300 drivers/crypto/ixp4xx_crypto.c 	struct crypt_ctl *desc;
crypt_ctl         341 drivers/crypto/ixp4xx_crypto.c static void finish_scattered_hmac(struct crypt_ctl *crypt)
crypt_ctl         359 drivers/crypto/ixp4xx_crypto.c 	struct crypt_ctl *crypt;
crypt_ctl         530 drivers/crypto/ixp4xx_crypto.c 			NPE_QLEN_TOTAL * sizeof( struct crypt_ctl),
crypt_ctl         602 drivers/crypto/ixp4xx_crypto.c 	struct crypt_ctl *crypt;
crypt_ctl         703 drivers/crypto/ixp4xx_crypto.c 	struct crypt_ctl *crypt;
crypt_ctl         877 drivers/crypto/ixp4xx_crypto.c 	struct crypt_ctl *crypt;
crypt_ctl         984 drivers/crypto/ixp4xx_crypto.c 	struct crypt_ctl *crypt;