Home
last modified time | relevance | path

Searched refs:t_bidi_data_nents (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_transport.c1568 cmd->t_bidi_data_nents = sgl_bidi_count; in transport_generic_map_mem_to_cmd()
2533 cmd->t_bidi_data_nents); in transport_free_pages()
2535 cmd->t_bidi_data_nents = 0; in transport_free_pages()
2546 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages()
2548 cmd->t_bidi_data_nents = 0; in transport_free_pages()
2652 &cmd->t_bidi_data_nents, in transport_generic_new_cmd()
2672 &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()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_transport.c1640 cmd->t_bidi_data_nents = sgl_bidi_count; in transport_generic_map_mem_to_cmd()
2692 cmd->t_bidi_data_nents); in transport_free_pages()
2694 cmd->t_bidi_data_nents = 0; in transport_free_pages()
2705 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages()
2707 cmd->t_bidi_data_nents = 0; in transport_free_pages()
2811 &cmd->t_bidi_data_nents, in transport_generic_new_cmd()
2831 &cmd->t_bidi_data_nents, in transport_generic_new_cmd()
H A Dtarget_core_sbc.c485 cmd->t_bidi_data_nents, 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()
588 for (i = 0, len = 0; i < se_cmd->t_bidi_data_nents; i++) in tcmu_cmd_set_block_cnts()
803 data_nents = se_cmd->t_bidi_data_nents; in gather_data_area()
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h523 unsigned int t_bidi_data_nents; member
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h531 unsigned int t_bidi_data_nents; member

Completed in 24 milliseconds