Searched refs:target_alloc_sgl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/target/ |
| H A D | target_core_transport.c | 2822 target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents, u32 length, in target_alloc_sgl() function 2830 EXPORT_SYMBOL(target_alloc_sgl); 2846 ret = target_alloc_sgl(&cmd->t_prot_sg, &cmd->t_prot_nents, in transport_generic_new_cmd() 2870 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd() 2877 ret = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in transport_generic_new_cmd() 2890 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
|
| H A D | target_core_xcopy.c | 717 rc = target_alloc_sgl(&xop->xop_data_sg, in target_xcopy_do_work()
|