Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/driver-api/fpga/
A Dfpga-mgr.rst84 3. .write or .write_sg (may be called once or multiple times)
93 This will not affect .write_sg, .write_sg will still get whole image in
111 The .write_sg version behaves the same as .write except the input is a sg_table
/linux-6.3-rc2/include/linux/fpga/
A Dfpga-mgr.h182 int (*write_sg)(struct fpga_manager *mgr, struct sg_table *sgt); member
/linux-6.3-rc2/drivers/target/
A Dtarget_core_sbc.c440 struct scatterlist *write_sg; in compare_and_write_callback() local
506 write_sg = write_tbl.sgl; in compare_and_write_callback()
518 sg_set_page(&write_sg[i], m.page, block_size, in compare_and_write_callback()
522 sg_set_page(&write_sg[i], m.page, block_size, in compare_and_write_callback()
535 cmd->t_data_sg = write_sg; in compare_and_write_callback()
/linux-6.3-rc2/drivers/fpga/
A Dfpga-mgr.c98 if (mgr->mops->write_sg) in fpga_mgr_write_sg()
99 return mgr->mops->write_sg(mgr, sgt); in fpga_mgr_write_sg()
373 if (mgr->mops->write_sg) { in fpga_mgr_buf_load_sg()
A Dzynq-fpga.c549 .write_sg = zynq_fpga_ops_write,

Completed in 12 milliseconds