Home
last modified time | relevance | path

Searched defs:sgl (Results 1 – 20 of 20) sorted by relevance

/linux-4.19.296/lib/
Dscatterlist.c103 struct scatterlist *sg_last(struct scatterlist *sgl, unsigned int nents) in sg_last()
126 void sg_init_table(struct scatterlist *sgl, unsigned int nents) in sg_init_table()
196 struct scatterlist *sgl, *next; in __sg_free_table() local
482 struct scatterlist *sgl, *sg; in sgl_alloc_order() local
552 void sgl_free_n_order(struct scatterlist *sgl, int nents, int order) in sgl_free_n_order()
574 void sgl_free_order(struct scatterlist *sgl, int order) in sgl_free_order()
584 void sgl_free(struct scatterlist *sgl) in sgl_free()
640 void sg_miter_start(struct sg_mapping_iter *miter, struct scatterlist *sgl, in sg_miter_start()
806 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, in sg_copy_buffer()
852 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_copy_from_buffer()
[all …]
Dkfifo.c309 static int setup_sgl_buf(struct scatterlist *sgl, void *buf, in setup_sgl_buf()
348 static unsigned int setup_sgl(struct __kfifo *fifo, struct scatterlist *sgl, in setup_sgl()
371 struct scatterlist *sgl, int nents, unsigned int len) in __kfifo_dma_in_prepare()
384 struct scatterlist *sgl, int nents, unsigned int len) in __kfifo_dma_out_prepare()
563 struct scatterlist *sgl, int nents, unsigned int len, size_t recsize) in __kfifo_dma_in_prepare_r()
586 struct scatterlist *sgl, int nents, unsigned int len, size_t recsize) in __kfifo_dma_out_prepare_r()
Dsg_pool.c53 static void sg_pool_free(struct scatterlist *sgl, unsigned int nents) in sg_pool_free()
/linux-4.19.296/crypto/
Daf_alg.c401 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len) in af_alg_make_sg()
439 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg()
499 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl() local
541 struct af_alg_tsgl *sgl, *tmp; in af_alg_count_tsgl() local
598 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl() local
836 struct af_alg_tsgl *sgl; in af_alg_sendmsg() local
982 struct af_alg_tsgl *sgl; in af_alg_sendpage() local
Dalgif_hash.c25 struct af_alg_sgl sgl; member
/linux-4.19.296/include/linux/
Dscatterlist.h43 struct scatterlist *sgl; /* the list */ member
165 struct scatterlist *sgl) in sg_chain()
248 static inline void sg_init_marker(struct scatterlist *sgl, in sg_init_marker()
Dkfifo.h659 #define kfifo_dma_in_prepare(fifo, sgl, nents, len) \ argument
710 #define kfifo_dma_out_prepare(fifo, sgl, nents, len) \ argument
Ddmaengine.h168 struct data_chunk sgl[0]; member
850 struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, in dmaengine_prep_slave_sg()
863 struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, in dmaengine_prep_rio_sg()
1134 static inline size_t dmaengine_get_icg(bool inc, bool sgl, size_t icg, in dmaengine_get_icg()
Dnvme.h607 struct nvme_sgl_desc sgl; member
/linux-4.19.296/lib/mpi/
Dmpicoder.c247 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl()
330 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int nbytes) in mpi_read_raw_from_sgl()
/linux-4.19.296/drivers/xen/
Dswiotlb-xen.c522 xen_swiotlb_unmap_sg_attrs(struct device *hwdev, struct scatterlist *sgl, in xen_swiotlb_unmap_sg_attrs()
553 xen_swiotlb_map_sg_attrs(struct device *hwdev, struct scatterlist *sgl, in xen_swiotlb_map_sg_attrs()
618 xen_swiotlb_sync_sg(struct device *hwdev, struct scatterlist *sgl, in xen_swiotlb_sync_sg()
Dxen-scsiback.c128 struct scatterlist *sgl; member
/linux-4.19.296/drivers/misc/genwqe/
Dcard_utils.c298 int genwqe_alloc_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl, in genwqe_alloc_sync_sgl()
381 int genwqe_setup_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl, in genwqe_setup_sgl()
478 int genwqe_free_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl) in genwqe_free_sync_sgl()
Dcard_base.h356 struct sg_entry *sgl; member
/linux-4.19.296/drivers/message/fusion/
Dmptctl.c785 MptSge_t *sgl, *sgIn; in mptctl_do_fw_download() local
1014 MptSge_t *sgl; in kbuf_alloc_2_sgl() local
1158 kfree_sgl(MptSge_t *sgl, dma_addr_t sgl_dma, struct buflist *buflist, MPT_ADAPTER *ioc) in kfree_sgl()
/linux-4.19.296/include/linux/mtd/
Dubi.h280 struct ubi_sgl *sgl, int offset, int len) in ubi_read_sg()
/linux-4.19.296/fs/cifs/
Dsmbdirect.c1081 struct scatterlist *sgl, int data_length, int remaining_data_length) in smbd_post_send_sgl()
1134 struct scatterlist sgl; in smbd_post_send_page() local
1166 struct scatterlist sgl[SMBDIRECT_MAX_SGE]; in smbd_post_send_data() local
Dsmbdirect.h311 struct scatterlist *sgl; member
/linux-4.19.296/include/crypto/
Dif_alg.h82 struct af_alg_sgl sgl; member
/linux-4.19.296/drivers/char/
Dvirtio_console.c880 struct sg_list *sgl = sd->u.data; in pipe_to_sg() local
926 struct sg_list sgl; in port_fops_splice_write() local