Searched refs:buf_data (Results 1 – 2 of 2) sorted by relevance
58 struct buf_data { struct76 struct buf_data bufs[2]; argument81 static inline void rng_unmap_buf(struct device *jrdev, struct buf_data *bd) in rng_unmap_buf()101 struct buf_data *bd; in rng_done()103 bd = container_of(desc, struct buf_data, hw_desc[0]); in rng_done()122 struct buf_data *bd = &ctx->bufs[!(to_current ^ ctx->current_buf)]; in submit_job()141 struct buf_data *bd = &ctx->bufs[ctx->current_buf]; in caam_read()220 struct buf_data *bd = &ctx->bufs[buf_id]; in rng_create_job_desc()244 struct buf_data *bd; in caam_cleanup()257 struct buf_data *bd = &ctx->bufs[buf_id]; in caam_init_buf()
218 void *buf_data; in dpaa2_eth_rx() local229 buf_data = vaddr + dpaa2_fd_get_offset(fd); in dpaa2_eth_rx()230 prefetch(buf_data); in dpaa2_eth_rx()238 skb = build_frag_skb(priv, ch, buf_data); in dpaa2_eth_rx()