Searched refs:write_sg (Results 1 – 5 of 5) sorted by relevance
78 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
89 if (mgr->mops->write_sg) in fpga_mgr_write_sg()90 return mgr->mops->write_sg(mgr, sgt); in fpga_mgr_write_sg()235 if (mgr->mops->write_sg) { in fpga_mgr_buf_load_sg()
549 .write_sg = zynq_fpga_ops_write,
132 int (*write_sg)(struct fpga_manager *mgr, struct sg_table *sgt); member
504 struct scatterlist *write_sg; in compare_and_write_callback() local560 write_sg = write_tbl.sgl; in compare_and_write_callback()572 sg_set_page(&write_sg[i], m.page, block_size, in compare_and_write_callback()576 sg_set_page(&write_sg[i], m.page, block_size, in compare_and_write_callback()589 cmd->t_data_sg = write_sg; in compare_and_write_callback()
Completed in 14 milliseconds