Searched refs:crypt_ctl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c78 * NPE_QLEN crypt_ctl are busy */
113 struct crypt_ctl { struct
215 static struct crypt_ctl *crypt_virt = NULL;
238 static inline dma_addr_t crypt_virt2phys(struct crypt_ctl *virt)
240 return crypt_phys + (virt - crypt_virt) * sizeof(struct crypt_ctl);
243 static inline struct crypt_ctl *crypt_phys2virt(dma_addr_t phys)
245 return crypt_virt + (phys - crypt_phys) / sizeof(struct crypt_ctl);
265 BUILD_BUG_ON(sizeof(struct crypt_ctl) != 64);
267 NPE_QLEN * sizeof(struct crypt_ctl),
271 memset(crypt_virt, 0, NPE_QLEN * sizeof(struct crypt_ctl));
[all...]

Completed in 103 milliseconds