Searched refs:sg_table (Results 1 – 12 of 12) sorted by relevance
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | scatterlist.h | 58 struct sg_table { struct 224 __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() 258 sg_free_table(struct sg_table *table) in sg_free_table() 264 __sg_alloc_table(struct sg_table *table, unsigned int nents, in __sg_alloc_table() 319 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() 333 __sg_alloc_table_from_pages(struct sg_table *sgt, in __sg_alloc_table_from_pages() 341 __sg_alloc_table_from_pages(struct sg_table *sgt, in __sg_alloc_table_from_pages() 422 sg_alloc_table_from_pages(struct sg_table *sgt, in sg_alloc_table_from_pages() 438 sg_alloc_table_from_pages_segment(struct sg_table *sgt, in sg_alloc_table_from_pages_segment()
|
| H A D | dma-mapping.h | 385 dma_map_sgtable(struct device *dev, struct sg_table *sgt, in dma_map_sgtable() 399 dma_unmap_sgtable(struct device *dev, struct sg_table *sgt, in dma_unmap_sgtable()
|
| /src/sys/dev/drm2/ttm/ |
| H A D | ttm_bo_api.h | 267 struct sg_table *sg; 500 struct sg_table *sg,
|
| H A D | ttm_bo_driver.h | 118 struct sg_table *sg; /* for SG objects via dma-buf */
|
| H A D | ttm_bo.c | 1224 struct sg_table *sg, in ttm_bo_init()
|
| /src/sys/ofed/include/rdma/ |
| H A D | ib_umem.h | 56 struct sg_table sg_head;
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 271 struct sg_table table; in abd_alloc_chunks() 394 struct sg_table table; in abd_alloc_chunks() 434 struct sg_table table; in abd_free_sg_table() 481 struct sg_table table; in abd_alloc_zero_scatter() 722 struct sg_table table; in abd_alloc_from_pages()
|
| /src/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 251 struct sg_table *sgt; in iwl_pcie_free_tso_pages() 1837 dma_addr_t iwl_pcie_get_sgt_tb_phys(struct sg_table *sgt, unsigned int offset, in iwl_pcie_get_sgt_tb_phys() 1876 struct sg_table *iwl_pcie_prep_tso(struct iwl_trans *trans, struct sk_buff *skb, in iwl_pcie_prep_tso() 1881 struct sg_table *sgt; in iwl_pcie_prep_tso() 1889 hdr_room + __alignof__(struct sg_table) + in iwl_pcie_prep_tso() 1890 sizeof(struct sg_table) + in iwl_pcie_prep_tso() 1896 sgt = (void *)PTR_ALIGN(*hdr + hdr_room, __alignof__(struct sg_table)); in iwl_pcie_prep_tso() 1933 struct sg_table *sgt; in iwl_fill_data_tbs_amsdu()
|
| H A D | internal.h | 640 dma_addr_t iwl_pcie_get_sgt_tb_phys(struct sg_table *sgt, unsigned int offset, 642 struct sg_table *iwl_pcie_prep_tso(struct iwl_trans *trans, struct sk_buff *skb,
|
| H A D | tx-gen2.c | 176 struct sg_table *sgt; in iwl_txq_gen2_build_amsdu()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.h | 186 struct sg_table sgtable;
|
| /src/sys/dev/drm2/ |
| H A D | drmP.h | 1389 extern int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, vm_page_t *pages, 1391 extern struct sg_table *drm_prime_pages_to_sg(vm_page_t *pages, int nr_pages); 1392 extern void drm_prime_gem_destroy(struct drm_gem_object *obj, struct sg_table *sg);
|