Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/fpga/
H A Dfpga-mgr.rst86 3. .write or .write_sg (may be called once or multiple times)
95 This will not affect .write_sg, .write_sg will still get whole image in
113 The .write_sg version behaves the same as .write except the input is a sg_table
/openbmc/linux/drivers/target/
H A Dtarget_core_sbc.c441 struct scatterlist *write_sg; in compare_and_write_callback() local
507 write_sg = write_tbl.sgl; in compare_and_write_callback()
519 sg_set_page(&write_sg[i], m.page, block_size, in compare_and_write_callback()
523 sg_set_page(&write_sg[i], m.page, block_size, in compare_and_write_callback()
536 cmd->t_data_sg = write_sg; in compare_and_write_callback()
/openbmc/linux/drivers/fpga/
H 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()
H A Dzynq-fpga.c549 .write_sg = zynq_fpga_ops_write,
/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h182 int (*write_sg)(struct fpga_manager *mgr, struct sg_table *sgt); member
/openbmc/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c188 .write_sg = op_write_sg,