Searched refs:t_bidi_data_nents (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_transport.c | 1358 cmd->t_bidi_data_nents = sgl_bidi_count; in transport_generic_map_mem_to_cmd() 2192 cmd->t_bidi_data_nents); in transport_free_pages() 2194 cmd->t_bidi_data_nents = 0; in transport_free_pages() 2205 transport_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages() 2207 cmd->t_bidi_data_nents = 0; in transport_free_pages() 2351 &cmd->t_bidi_data_nents, in transport_generic_new_cmd() 2379 &cmd->t_bidi_data_nents, in transport_generic_new_cmd()
|
D | target_core_sbc.c | 363 for_each_sg(cmd->t_bidi_data_sg, sg, cmd->t_bidi_data_nents, count) { in xdreadwrite_callback() 478 for_each_sg(cmd->t_bidi_data_sg, sg, cmd->t_bidi_data_nents, i) { in compare_and_write_callback() 587 ret = cmd->execute_rw(cmd, cmd->t_bidi_data_sg, cmd->t_bidi_data_nents, in sbc_compare_and_write()
|
/linux-4.1.27/include/target/ |
D | target_core_base.h | 554 unsigned int t_bidi_data_nents; member
|