Lines Matching defs:crypt_ctl
77 * NPE_QLEN crypt_ctl are busy */
110 struct crypt_ctl {
224 static struct crypt_ctl *crypt_virt = NULL;
233 static inline dma_addr_t crypt_virt2phys(struct crypt_ctl *virt)
235 return crypt_phys + (virt - crypt_virt) * sizeof(struct crypt_ctl);
238 static inline struct crypt_ctl *crypt_phys2virt(dma_addr_t phys)
240 return crypt_virt + (phys - crypt_phys) / sizeof(struct crypt_ctl);
261 BUILD_BUG_ON(sizeof(struct crypt_ctl) != 64);
263 NPE_QLEN * sizeof(struct crypt_ctl),
271 static struct crypt_ctl *get_crypt_desc(void)
299 static struct crypt_ctl *get_crypt_desc_emerg(void)
303 struct crypt_ctl *desc;
344 static void finish_scattered_hmac(struct crypt_ctl *crypt)
362 struct crypt_ctl *crypt;
547 NPE_QLEN * sizeof(struct crypt_ctl),
624 struct crypt_ctl *crypt;
725 struct crypt_ctl *crypt;
889 struct crypt_ctl *crypt;
1002 struct crypt_ctl *crypt;