Searched refs:sgl_alloc (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/ |
| H A D | scatterlist.c | 667 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() function 672 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/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 | tcp.c | 436 cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt); in nvmet_tcp_map_data()
|
| H A D | fc.c | 2098 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()
|
| /linux/drivers/hid/intel-thc-hid/intel-thc/ |
| H A D | intel-thc-dma.c | 250 config->sgls[i] = sgl_alloc(buf_sz, GFP_KERNEL, &nent); in setup_dma_buffers()
|