Searched refs:target_alloc_sgl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/target/ |
D | target_core_backend.h | 88 int target_alloc_sgl(struct scatterlist **, unsigned int *, u32, bool);
|
/linux-4.4.14/drivers/target/ |
D | target_core_transport.c | 2284 target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents, u32 length, in target_alloc_sgl() function 2336 ret = target_alloc_sgl(&cmd->t_prot_sg, &cmd->t_prot_nents, in transport_generic_new_cmd() 2360 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd() 2367 ret = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in transport_generic_new_cmd() 2380 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
|
D | target_core_xcopy.c | 565 rc = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in target_xcopy_setup_pt_cmd()
|