Searched refs:buf_data (Results 1 – 3 of 3) sorted by relevance
60 struct buf_data { struct78 struct buf_data bufs[2]; argument89 static inline void rng_unmap_buf(struct device *jrdev, struct buf_data *bd) in rng_unmap_buf()109 struct buf_data *bd; in rng_done()111 bd = container_of(desc, struct buf_data, hw_desc[0]); in rng_done()128 struct buf_data *bd = &ctx->bufs[!(to_current ^ ctx->current_buf)]; in submit_job()147 struct buf_data *bd = &ctx->bufs[ctx->current_buf]; in caam_read()226 struct buf_data *bd = &ctx->bufs[buf_id]; in rng_create_job_desc()250 struct buf_data *bd; in caam_cleanup()263 struct buf_data *bd = &ctx->bufs[buf_id]; in caam_init_buf()
365 void *buf_data; in dpaa2_eth_rx() local378 buf_data = vaddr + dpaa2_fd_get_offset(fd); in dpaa2_eth_rx()379 prefetch(buf_data); in dpaa2_eth_rx()400 skb = build_frag_skb(priv, ch, buf_data); in dpaa2_eth_rx()
101 __le32 buf_data; member