Home
last modified time | relevance | path

Searched refs:target_alloc_sgl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/target/
Dtarget_core_backend.h102 int target_alloc_sgl(struct scatterlist **, unsigned int *, u32, bool);
/linux-4.1.27/drivers/target/
Dtarget_core_transport.c2282 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()
Dtarget_core_xcopy.c587 rc = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in target_xcopy_setup_pt_cmd()