Searched refs:target_alloc_sgl (Results 1 – 4 of 4) sorted by relevance
| /linux/include/target/ |
| A D | target_core_fabric.h | 226 int target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents,
|
| /linux/drivers/target/ |
| A D | target_core_transport.c | 2764 target_alloc_sgl(struct scatterlist **sgl, unsigned int *nents, u32 length, in target_alloc_sgl() function 2772 EXPORT_SYMBOL(target_alloc_sgl); 2788 ret = target_alloc_sgl(&cmd->t_prot_sg, &cmd->t_prot_nents, in transport_generic_new_cmd() 2812 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd() 2819 ret = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents, in transport_generic_new_cmd() 2832 ret = target_alloc_sgl(&cmd->t_bidi_data_sg, in transport_generic_new_cmd()
|
| A D | target_core_xcopy.c | 717 rc = target_alloc_sgl(&xop->xop_data_sg, in target_xcopy_do_work()
|
| /linux/drivers/infiniband/ulp/srpt/ |
| A D | ib_srpt.c | 979 ret = target_alloc_sgl(&ctx->sg, &ctx->nents, size, false, in srpt_alloc_rw_ctxs()
|
Completed in 18 milliseconds