Searched refs:t_bidi_data_nents (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_transport.c | 1479 cmd->t_bidi_data_nents = sgl_bidi_count; in transport_generic_map_mem_to_cmd() 2418 cmd->t_bidi_data_nents); in transport_free_pages() 2420 cmd->t_bidi_data_nents = 0; in transport_free_pages() 2431 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages() 2433 cmd->t_bidi_data_nents = 0; in transport_free_pages() 2537 &cmd->t_bidi_data_nents, in transport_generic_new_cmd() 2557 &cmd->t_bidi_data_nents, in transport_generic_new_cmd()
|
D | target_core_sbc.c | 394 for_each_sg(cmd->t_bidi_data_sg, sg, cmd->t_bidi_data_nents, count) { in xdreadwrite_callback() 518 for_each_sg(cmd->t_bidi_data_sg, sg, cmd->t_bidi_data_nents, i) { in compare_and_write_callback() 628 ret = ops->execute_rw(cmd, cmd->t_bidi_data_sg, cmd->t_bidi_data_nents, in sbc_compare_and_write()
|
D | target_core_user.c | 564 BUG_ON(!(se_cmd->t_bidi_data_sg && se_cmd->t_bidi_data_nents)); in tcmu_cmd_get_data_length() 773 data_nents = se_cmd->t_bidi_data_nents; in gather_data_area() 1065 se_cmd->t_bidi_data_nents, &iov, &iov_cnt, in queue_cmd_ring()
|
/Linux-v4.19/include/target/ |
D | target_core_base.h | 509 unsigned int t_bidi_data_nents; member
|