Searched refs:target_alloc_sgl (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/target/ |
D | target_core_fabric.h | 206 int target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents,
|
/Linux-v5.10/drivers/target/ |
D | target_core_transport.c | 2565 target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents, u32 length, in target_alloc_sgl() function 2573 EXPORT_SYMBOL(target_alloc_sgl); 2589 ret = target_alloc_sgl(&cmd->t_prot_sg, &cmd->t_prot_nents, in transport_generic_new_cmd() 2613 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd() 2620 ret = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in transport_generic_new_cmd() 2633 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
|
D | target_core_xcopy.c | 707 rc = target_alloc_sgl(&xop->xop_data_sg, in target_xcopy_do_work()
|
/Linux-v5.10/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 914 ret = target_alloc_sgl(&ctx->sg, &ctx->nents, size, false, in srpt_alloc_rw_ctxs()
|