Home
last modified time | relevance | path

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

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