Searched refs:sg_set_page (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | scatterlist.h | 127 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 D | abd_os.c | 329 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 D | ib_umem.c | 194 sg_set_page(sg, page_list[i], PAGE_SIZE, 0); in ib_umem_get()
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_memfree.c | 118 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 D | mlx4_icm.c | 110 sg_set_page(mem, page, PAGE_SIZE << order, 0); in mlx4_alloc_icm_pages()
|
| /freebsd/sys/dev/iser/ |
| H A D | iser_initiator.c | 314 sg_set_page(sg, bp->bio_ma[i], len, offset); in iser_bio_to_sg()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | usb.c | 339 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 D | dbg.c | 624 sg_set_page(iter, new_page, PAGE_SIZE, 0); in alloc_sgtable()
|