Home
last modified time | relevance | path

Searched refs:t_bidi_data_sg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c1639 cmd->t_bidi_data_sg = sgl_bidi; in transport_generic_map_mem_to_cmd()
2691 target_free_sgl(cmd->t_bidi_data_sg, in transport_free_pages()
2693 cmd->t_bidi_data_sg = NULL; in transport_free_pages()
2705 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages()
2706 cmd->t_bidi_data_sg = NULL; in transport_free_pages()
2810 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
2830 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
H A Dtarget_core_sbc.c455 if (!cmd->t_data_sg || !cmd->t_bidi_data_sg) in compare_and_write_callback()
484 ret = compare_and_write_do_cmp(cmd->t_bidi_data_sg, in compare_and_write_callback()
590 ret = ops->execute_rw(cmd, cmd->t_bidi_data_sg, cmd->t_bidi_data_nents, in sbc_compare_and_write()
H A Dtarget_core_user.c587 BUG_ON(!(se_cmd->t_bidi_data_sg && se_cmd->t_bidi_data_nents)); in tcmu_cmd_set_block_cnts()
589 len += se_cmd->t_bidi_data_sg[i].length; in tcmu_cmd_set_block_cnts()
802 data_sg = se_cmd->t_bidi_data_sg; in gather_data_area()
/openbmc/linux/include/target/
H A Dtarget_core_base.h530 struct scatterlist *t_bidi_data_sg; member