Searched refs:buf_phys (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.c608 u32 pad_phys, buf_phys; local
614 buf = dma_pool_alloc(buffer_pool, GFP_KERNEL, &buf_phys);
622 dma_pool_free(buffer_pool, buf, buf_phys);
639 crypt->src_buf = buf_phys;

Completed in 20 milliseconds