Home
last modified time | relevance | path

Searched refs:write_sg (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/fpga/
Dfpga-mgr.c186 if (mgr->mops->write_sg) { in fpga_mgr_buf_load_sg()
187 ret = mgr->mops->write_sg(mgr, sgt); in fpga_mgr_buf_load_sg()
568 !mops->write_init || (!mops->write && !mops->write_sg) || in fpga_mgr_create()
569 (mops->write && mops->write_sg)) { in fpga_mgr_create()
Dzynq-fpga.c549 .write_sg = zynq_fpga_ops_write,
/Linux-v5.4/Documentation/driver-api/fpga/
Dfpga-mgr.rst78 2. .write or .write_sg (may be called once or multiple times)
91 The .write_sg version behaves the same as .write except the input is a sg_table
/Linux-v5.4/include/linux/fpga/
Dfpga-mgr.h132 int (*write_sg)(struct fpga_manager *mgr, struct sg_table *sgt); member
/Linux-v5.4/drivers/target/
Dtarget_core_sbc.c442 struct scatterlist *write_sg, *sg; in compare_and_write_callback() local
488 write_sg = write_tbl.sgl; in compare_and_write_callback()
535 sg_set_page(&write_sg[i], m.page, block_size, in compare_and_write_callback()
539 sg_set_page(&write_sg[i], m.page, block_size, in compare_and_write_callback()
552 cmd->t_data_sg = write_sg; in compare_and_write_callback()