Searched refs:target_alloc_sgl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/target/ |
D | target_core_backend.h | 102 int target_alloc_sgl(struct scatterlist **, unsigned int *, u32, bool);
|
/linux-4.1.27/drivers/target/ |
D | target_core_transport.c | 2282 target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents, u32 length, in target_alloc_sgl() function 2350 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd() 2358 ret = target_alloc_sgl(&cmd->t_prot_sg, in transport_generic_new_cmd() 2365 ret = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in transport_generic_new_cmd() 2378 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
|
D | target_core_xcopy.c | 587 rc = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in target_xcopy_setup_pt_cmd()
|