Home
last modified time | relevance | path

Searched refs:sgl_alloc (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dscatterlist.h506 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
/linux/lib/
H A Dscatterlist.c643 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() function
648 EXPORT_SYMBOL(sgl_alloc);
/linux/drivers/usb/usbip/
H A Dstub_rx.c504 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dma.c249 config->sgls[i] = sgl_alloc(buf_sz, GFP_KERNEL, &nent); in setup_dma_buffers()
/linux/drivers/nvme/target/
H A Dcore.c1322 req->sg = sgl_alloc(nvmet_data_transfer_len(req), GFP_KERNEL, in nvmet_req_alloc_sgls()
1328 req->metadata_sg = sgl_alloc(req->metadata_len, GFP_KERNEL, in nvmet_req_alloc_sgls()
H A Dfc.c2104 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()