Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_transport.c1567 cmd->t_bidi_data_nents = sgl_bidi_count; in transport_generic_map_mem_to_cmd()
2534 cmd->t_bidi_data_nents); in transport_free_pages()
2536 cmd->t_bidi_data_nents = 0; in transport_free_pages()
2547 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages()
2549 cmd->t_bidi_data_nents = 0; in transport_free_pages()
2653 &cmd->t_bidi_data_nents, in transport_generic_new_cmd()
2673 &cmd->t_bidi_data_nents, in transport_generic_new_cmd()
H A Dtarget_core_sbc.c385 for_each_sg(cmd->t_bidi_data_sg, sg, cmd->t_bidi_data_nents, count) { in xdreadwrite_callback()
502 for_each_sg(cmd->t_bidi_data_sg, sg, cmd->t_bidi_data_nents, i) { in compare_and_write_callback()
612 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.c577 BUG_ON(!(se_cmd->t_bidi_data_sg && se_cmd->t_bidi_data_nents)); in tcmu_cmd_set_block_cnts()
578 for (i = 0, len = 0; i < se_cmd->t_bidi_data_nents; i++) in tcmu_cmd_set_block_cnts()
763 data_nents = se_cmd->t_bidi_data_nents; in gather_data_area()
/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_base.h523 unsigned int t_bidi_data_nents; member