Searched refs:crypt_virt (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.c215 static struct crypt_ctl *crypt_virt = NULL; variable in typeref:struct:crypt_ctl
240 return crypt_phys + (virt - crypt_virt) * sizeof(struct crypt_ctl);
245 return crypt_virt + (phys - crypt_phys) / sizeof(struct crypt_ctl);
266 crypt_virt = dma_alloc_coherent(dev,
269 if (!crypt_virt)
271 memset(crypt_virt, 0, NPE_QLEN * sizeof(struct crypt_ctl));
284 if (unlikely(!crypt_virt))
286 if (unlikely(!crypt_virt)) {
291 if (crypt_virt[i].ctl_flags == CTL_FLAG_UNUSED) {
294 crypt_virt[
[all...]

Completed in 26 milliseconds