Searched refs:target_free_sgl (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/target/ |
D | target_core_xcopy.c | 717 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work() 755 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work() 775 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work()
|
D | target_core_transport.c | 2621 void target_free_sgl(struct scatterlist *sgl, int nents) in target_free_sgl() function 2625 EXPORT_SYMBOL(target_free_sgl); 2646 target_free_sgl(cmd->t_prot_sg, cmd->t_prot_nents); in transport_free_pages() 2657 target_free_sgl(cmd->t_bidi_data_sg, in transport_free_pages() 2667 target_free_sgl(cmd->t_data_sg, cmd->t_data_nents); in transport_free_pages() 2671 target_free_sgl(cmd->t_bidi_data_sg, cmd->t_bidi_data_nents); in transport_free_pages()
|
/linux-6.1.9/include/target/ |
D | target_core_fabric.h | 216 void target_free_sgl(struct scatterlist *sgl, int nents);
|
/linux-6.1.9/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 919 target_free_sgl(ctx->sg, ctx->nents); in srpt_alloc_rw_ctxs() 947 target_free_sgl(ctx->sg, ctx->nents); in srpt_alloc_rw_ctxs() 965 target_free_sgl(ctx->sg, ctx->nents); in srpt_free_rw_ctxs()
|