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

/linux-master/drivers/char/hw_random/
H A Dvirtio-rng.c66 static unsigned int copy_data(struct virtrng_info *vi, void *buf, function
92 chunk = copy_data(vi, buf, size);
114 chunk = copy_data(vi, buf + read, size);
/linux-master/drivers/most/
H A Dmost_snd.c175 * copy_data - implements data copying function
181 static bool copy_data(struct channel *channel, struct mbo *mbo) function
245 period_elapsed = copy_data(channel, mbo);
675 period_elapsed = copy_data(channel, mbo);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_loc.h68 int copy_data(struct rxe_pd *pd, int access, struct rxe_dma_info *dma,
H A Drxe_comp.c360 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE,
382 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE,
H A Drxe_mr.c332 int copy_data( function
H A Drxe_req.c517 err = copy_data(qp->pd, 0, &wqe->dma,
H A Drxe_resp.c570 err = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, &qp->resp.wqe->dma,
/linux-master/kernel/printk/
H A Dprintk_ringbuffer.c514 * If copy_data:A reads from data_alloc:B, then desc_read:E
1816 static bool copy_data(struct prb_data_ring *data_ring, function
1851 memcpy(&buf[0], data, data_size); /* LMM(copy_data:A) */
1936 if (!copy_data(&rb->text_data_ring, &desc.text_blk_lpos, info->text_len,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c508 * @copy_data: if true indicates that the data should be kept because
517 bool copy_data)
523 if (copy_data) {
513 mlx5dr_send_fill_and_append_ste_send_info(struct mlx5dr_ste *ste, u16 size, u16 offset, u8 *data, struct mlx5dr_ste_send_info *ste_info, struct list_head *send_list, bool copy_data) argument
H A Ddr_types.h212 bool copy_data);
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h931 goto copy_data;
967 copy_data:

Completed in 313 milliseconds