Home
last modified time | relevance | path

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

/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()
/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()
/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c198 .write_sg = op_write_sg,