Searched refs:target_free_sgl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_fabric.h | 208 void target_free_sgl(struct scatterlist *sgl, int nents);
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 727 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work() 765 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work() 779 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work()
|
H A D | target_core_transport.c | 2496 void target_free_sgl(struct scatterlist *sgl, int nents) in target_free_sgl() function 2500 EXPORT_SYMBOL(target_free_sgl); variable 2521 target_free_sgl(cmd->t_prot_sg, cmd->t_prot_nents); in transport_free_pages() 2532 target_free_sgl(cmd->t_bidi_data_sg, in transport_free_pages() 2542 target_free_sgl(cmd->t_data_sg, cmd->t_data_nents); in transport_free_pages() 2546 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 715 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work() 753 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work() 773 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work()
|
H A D | target_core_transport.c | 2655 void target_free_sgl(struct scatterlist *sgl, int nents) in target_free_sgl() function 2659 EXPORT_SYMBOL(target_free_sgl); variable 2680 target_free_sgl(cmd->t_prot_sg, cmd->t_prot_nents); in transport_free_pages() 2691 target_free_sgl(cmd->t_bidi_data_sg, in transport_free_pages() 2701 target_free_sgl(cmd->t_data_sg, cmd->t_data_nents); in transport_free_pages() 2705 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages()
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_fabric.h | 223 void target_free_sgl(struct scatterlist *sgl, int nents);
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 922 target_free_sgl(ctx->sg, ctx->nents); in srpt_alloc_rw_ctxs() 950 target_free_sgl(ctx->sg, ctx->nents); in srpt_alloc_rw_ctxs() 968 target_free_sgl(ctx->sg, ctx->nents); in srpt_free_rw_ctxs()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 928 target_free_sgl(ctx->sg, ctx->nents); in srpt_alloc_rw_ctxs() 956 target_free_sgl(ctx->sg, ctx->nents); in srpt_alloc_rw_ctxs() 974 target_free_sgl(ctx->sg, ctx->nents); in srpt_free_rw_ctxs()
|
Completed in 19 milliseconds