Searched refs:write_sg (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/driver-api/fpga/ |
H A D | fpga-mgr.rst | 86 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 D | target_core_sbc.c | 441 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 D | fpga-mgr.c | 98 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 D | zynq-fpga.c | 549 .write_sg = zynq_fpga_ops_write,
|
/openbmc/linux/include/linux/fpga/ |
H A D | fpga-mgr.h | 182 int (*write_sg)(struct fpga_manager *mgr, struct sg_table *sgt); member
|
/openbmc/linux/drivers/fpga/tests/ |
H A D | fpga-mgr-test.c | 188 .write_sg = op_write_sg,
|