Home
last modified time | relevance | path

Searched refs:sg_set_page (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h127 sg_set_page(struct scatterlist *sg, struct page *page, unsigned int len, in sg_set_page() function
144 sg_set_page(sg, virt_to_page(buf), buflen, in sg_set_buf()
404 sg_set_page(s, pages[cur], MIN(size, seg_size), off); in __sg_alloc_table_from_pages()
681 sg_set_page(sg, &folio->page, len, offset); in sg_set_folio()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c329 sg_set_page(sg, page, sg_size, 0); in abd_alloc_chunks()
416 sg_set_page(sg, page, PAGESIZE, 0); in abd_alloc_chunks()
512 sg_set_page(sg, abd_zero_page, PAGESIZE, 0); in abd_alloc_zero_scatter()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c194 sg_set_page(sg, page_list[i], PAGE_SIZE, 0); in ib_umem_get()
/freebsd/sys/dev/mthca/
H A Dmthca_memfree.c118 sg_set_page(mem, page, PAGE_SIZE << order, 0); in mthca_alloc_icm_pages()
478 sg_set_page(&db_tab->page[i].mem, pages[0], MTHCA_ICM_PAGE_SIZE, in mthca_map_user_db()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c110 sg_set_page(mem, page, PAGE_SIZE << order, 0); in mlx4_alloc_icm_pages()
/freebsd/sys/dev/iser/
H A Diser_initiator.c314 sg_set_page(sg, bp->bio_ma[i], len, offset); in iser_bio_to_sg()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dusb.c339 sg_set_page(&urb->sg[i], virt_to_head_page(data), q->buf_size, in mt76u_fill_rx_sg()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c624 sg_set_page(iter, new_page, PAGE_SIZE, 0); in alloc_sgtable()