Searched refs:copy_data (Results 1 – 9 of 9) sorted by relevance
| /drivers/char/hw_random/ |
| A D | virtio-rng.c | 66 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()
|
| /drivers/most/ |
| A D | most_snd.c | 181 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data() function 245 period_elapsed = copy_data(channel, mbo); in playback_thread() 675 period_elapsed = copy_data(channel, mbo); in audio_rx_completion()
|
| /drivers/infiniband/sw/rxe/ |
| A D | rxe_comp.c | 360 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, in do_read() 382 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, in do_atomic()
|
| A D | rxe_loc.h | 69 int copy_data(struct rxe_pd *pd, int access, struct rxe_dma_info *dma,
|
| A D | rxe_mr.c | 335 int copy_data( in copy_data() function
|
| A D | rxe_req.c | 517 err = copy_data(qp->pd, 0, &wqe->dma, in finish_packet()
|
| A D | rxe_resp.c | 570 err = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, &qp->resp.wqe->dma, in send_data_in()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | dr_send.c | 517 bool copy_data) in mlx5dr_send_fill_and_append_ste_send_info() argument 523 if (copy_data) { in mlx5dr_send_fill_and_append_ste_send_info()
|
| A D | dr_types.h | 212 bool copy_data);
|
Completed in 29 milliseconds