Home
last modified time | relevance | path

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

/linux-6.1.9/include/target/
Dtarget_core_fabric.h214 int target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents,
/linux-6.1.9/drivers/target/
Dtarget_core_transport.c2728 target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents, u32 length, in target_alloc_sgl() function
2736 EXPORT_SYMBOL(target_alloc_sgl);
2752 ret = target_alloc_sgl(&cmd->t_prot_sg, &cmd->t_prot_nents, in transport_generic_new_cmd()
2776 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
2783 ret = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in transport_generic_new_cmd()
2796 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
Dtarget_core_xcopy.c718 rc = target_alloc_sgl(&xop->xop_data_sg, in target_xcopy_do_work()
/linux-6.1.9/drivers/infiniband/ulp/srpt/
Dib_srpt.c911 ret = target_alloc_sgl(&ctx->sg, &ctx->nents, size, false, in srpt_alloc_rw_ctxs()