Searched refs:free_buf_chain (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.c331 static void free_buf_chain(struct device *dev, struct buffer_desc *buf,u32 phys) function
378 free_buf_chain(dev, req_ctx->buffer, crypt->src_buf);
390 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf);
392 free_buf_chain(dev, req_ctx->src, crypt->src_buf);
941 free_buf_chain(dev, req_ctx->src, crypt->src_buf);
944 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf);
1098 free_buf_chain(dev, req_ctx->buffer, crypt->src_buf);

Completed in 21 milliseconds