Searched refs:sgl_alloc (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | scatterlist.h | 506 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
|
/linux/lib/ |
H A D | scatterlist.c | 643 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 D | stub_rx.c | 504 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
|
/linux/drivers/hid/intel-thc-hid/intel-thc/ |
H A D | intel-thc-dma.c | 249 config->sgls[i] = sgl_alloc(buf_sz, GFP_KERNEL, &nent); in setup_dma_buffers()
|
/linux/drivers/nvme/target/ |
H A D | core.c | 1322 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 D | fc.c | 2104 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()
|