Home
last modified time | relevance | path

Searched refs:copy_data (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/char/hw_random/
Dvirtio-rng.c66 static unsigned int copy_data(struct virtrng_info *vi, void *buf, in copy_data() function
92 chunk = copy_data(vi, buf, size); in virtio_read()
114 chunk = copy_data(vi, buf + read, size); in virtio_read()
/linux-6.1.9/drivers/most/
Dmost_snd.c179 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data() function
243 period_elapsed = copy_data(channel, mbo); in playback_thread()
673 period_elapsed = copy_data(channel, mbo); in audio_rx_completion()
/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_comp.c349 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, in do_read()
371 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, in do_atomic()
Drxe_loc.h73 int copy_data(struct rxe_pd *pd, int access, struct rxe_dma_info *dma,
Drxe_mr.c364 int copy_data( in copy_data() function
Drxe_req.c476 err = copy_data(qp->pd, 0, &wqe->dma, in finish_packet()
Drxe_resp.c526 err = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, &qp->resp.wqe->dma, in send_data_in()
/linux-6.1.9/kernel/printk/
Dprintk_ringbuffer.c1705 static bool copy_data(struct prb_data_ring *data_ring, in copy_data() function
1825 if (!copy_data(&rb->text_data_ring, &desc.text_blk_lpos, info->text_len, in prb_read()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c292 bool copy_data) in mlx5dr_send_fill_and_append_ste_send_info() argument
298 if (copy_data) { in mlx5dr_send_fill_and_append_ste_send_info()
Ddr_types.h201 bool copy_data);
/linux-6.1.9/net/netfilter/ipset/
Dip_set_hash_gen.h910 goto copy_data; in mtype_add()
946 copy_data: in mtype_add()