Searched refs:t_bidi_data_nents (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/target/ |
| D | target_core_transport.c | 1489 cmd->t_bidi_data_nents = sgl_bidi_count; in transport_generic_map_mem_to_cmd() 2406 cmd->t_bidi_data_nents); in transport_free_pages() 2408 cmd->t_bidi_data_nents = 0; in transport_free_pages() 2419 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages() 2421 cmd->t_bidi_data_nents = 0; in transport_free_pages() 2525 &cmd->t_bidi_data_nents, in transport_generic_new_cmd() 2545 &cmd->t_bidi_data_nents, in transport_generic_new_cmd()
|
| D | target_core_sbc.c | 385 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()
|
| D | target_core_user.c | 555 BUG_ON(!(se_cmd->t_bidi_data_sg && se_cmd->t_bidi_data_nents)); in tcmu_cmd_get_data_length() 764 data_nents = se_cmd->t_bidi_data_nents; in gather_data_area() 1058 se_cmd->t_bidi_data_nents, &iov, &iov_cnt, in queue_cmd_ring()
|
| /Linux-v5.4/include/target/ |
| D | target_core_base.h | 517 unsigned int t_bidi_data_nents; member
|