Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/most/sound/
Dsound.c177 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data() function
242 period_elapsed = copy_data(channel, mbo); in playback_thread()
685 period_elapsed = copy_data(channel, mbo); in audio_rx_completion()
/Linux-v4.19/drivers/soc/qcom/
Drpmh-rsc.c454 goto copy_data; in find_slots()
465 copy_data: in find_slots()
/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_comp.c361 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, in do_read()
381 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, in do_atomic()
Drxe_loc.h119 int copy_data(struct rxe_pd *pd, int access,
Drxe_mr.c436 int copy_data( in copy_data() function
Drxe_req.c493 err = copy_data(qp->pd, 0, &wqe->dma, in fill_packet()
Drxe_resp.c515 err = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, &qp->resp.wqe->dma, in send_data_in()
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c596 u8 *copy_data; in cxio_hal_ctrl_qp_write_mem() local
653 copy_data = (u8 *) data + i * 96; in cxio_hal_ctrl_qp_write_mem()
658 memcpy(wqe, copy_data, copy_len); in cxio_hal_ctrl_qp_write_mem()
/Linux-v4.19/net/netfilter/ipset/
Dip_set_hash_gen.h773 goto copy_data; in mtype_add()
800 copy_data: in mtype_add()
/Linux-v4.19/drivers/target/
Dtarget_core_user.c674 int *iov_cnt, bool copy_data) in scatter_data_area() argument
729 if (copy_data) { in scatter_data_area()