Home
last modified time | relevance | path

Searched refs:sgl_free (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/usb/usbip/
H A Dstub_main.c309 sgl_free(urb->sg); in stub_free_priv_and_urb()
319 sgl_free(priv->sgl); in stub_free_priv_and_urb()
H A Dstub_rx.c646 sgl_free(sgl); in stub_recv_cmd_submit()
/linux-6.15/include/linux/
H A Dscatterlist.h489 void sgl_free(struct scatterlist *sgl);
/linux-6.15/lib/
H A Dscatterlist.c718 void sgl_free(struct scatterlist *sgl) in sgl_free() function
722 EXPORT_SYMBOL(sgl_free);
/linux-6.15/drivers/nvme/target/
H A Dcore.c1297 sgl_free(req->sg); in nvmet_req_alloc_sgls()
1311 sgl_free(req->sg); in nvmet_req_free_sgls()
1313 sgl_free(req->metadata_sg); in nvmet_req_free_sgls()
H A Dtcp.c354 sgl_free(cmd->req.sg); in nvmet_tcp_free_cmd_buffers()
H A Dfc.c2093 sgl_free(fod->data_sg); in nvmet_fc_free_tgt_pgs()
/linux-6.15/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dma.c305 sgl_free(config->sgls[i]); in release_dma_buffers()