/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
if000a.h | 25 struct scatterlist *sgl; member in struct:nvif_mem_ram_v0
|
/src/sys/external/bsd/drm2/include/linux/ |
scatterlist.h | 65 } sgl[1]; member in struct:sg_table
|
/src/games/dab/ |
algor.cc | 300 size_t sgl = find_single(); local in function:ALGOR::play
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_mem.c | 50 struct scatterlist *sgl; member in union:nvkm_mem::__anon2597ea44010a 147 .sgl = mem->sgl, 244 mem->sgl = args->v0.sgl;
|
vmm.h | 71 nvkm_vmm_pte_func sgl; member in struct:nvkm_vmm_desc_func 323 sg_dma_address(MAP->sgl), sg_dma_len(MAP->sgl), \ 324 (MAP->sgl = sg_next(MAP->sgl)))
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
mmu.h | 79 struct scatterlist *sgl; member in struct:nvkm_vmm_map
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_gpu_error.c | 86 struct scatterlist *sgl; local in function:__i915_error_grow 88 sgl = (typeof(sgl))__get_free_page(ALLOW_FAIL); 89 if (!sgl) { 98 (unsigned long)sgl | SG_CHAIN; 100 e->sgl = sgl; 103 e->cur = sgl; 104 e->end = sgl + SG_MAX_SINGLE_ALLOC - 1; 657 static void err_free_sgl(struct scatterlist *sgl) [all...] |
i915_gpu_error.h | 181 struct scatterlist *sgl, *fit; member in struct:i915_gpu_coredump 201 struct scatterlist *sgl, *cur, *end; member in struct:drm_i915_error_state_buf
|
/src/sys/dev/pci/ |
arcmsr.c | 484 struct arc_sge *sgl = ccb->ccb_cmd->sgl, *sge; local in function:arc_load_xs 502 sge = &sgl[i];
|
twereg.h | 169 struct twe_sgb sgl[TWE_SG_SIZE]; member in struct:twe_cmd::__anon0660d818010a::__anon0660d8180208 172 struct twe_sgb sgl[TWE_SG_SIZE]; member in struct:twe_cmd::__anon0660d818010a::__anon0660d8180308
|
twareg.h | 274 uint8_t sgl[1]; member in struct:twa_command_download_firmware 302 struct twa_sg sgl[TWA_MAX_SG_ELEMENTS]; member in struct:twa_command_io 333 uint8_t sgl[1]; member in struct:twa_command_param 373 struct twa_sg sgl[TWA_MAX_ATA_SG_ELEMENTS]; member in struct:twa_command_ata
|
arcmsrvar.h | 117 /* followed by an sgl */ 147 struct arc_sge sgl[ARC_SGL_MAXLEN]; member in struct:arc_io_cmd
|
mfii.c | 268 /* data for sgl */ 846 /* MPII SGL array */ 1311 union mfi_sgl *sgl = &dcmd->mdf_sgl; local in function:mfii_aen_start 1333 sgl->sg64[0].addr = htole64(MFII_DMA_DVA(mdm)); 1334 sgl->sg64[0].len = htole32(MFII_DMA_LEN(mdm)); 1999 union mfi_sgl *sgl = sglp; local in function:mfii_load_mfa 2017 sgl->sg32[i].addr = htole32(dmap->dm_segs[i].ds_addr); 2018 sgl->sg32[i].len = htole32(dmap->dm_segs[i].ds_len); 2847 u_int8_t *sgl = MFII_DMA_KVA(sc->sc_sgl); local in function:mfii_init_ccb 2896 /* select i'th sgl */ [all...] |
/src/sys/dev/ic/ |
mfi.c | 1067 DNPRINTF(MFI_D_MISC, "%s: max commands: %u, max sgl: %u\n", 1082 /* this is for SGL's */ 1760 union mfi_sgl *sgl; local in function:mfi_create_sgl 1784 sgl = ccb->ccb_sgl; 1792 sgl->sg_ieee[i].addr = htole64(sgd[i].ds_addr); 1793 sgl->sg_ieee[i].len = htole32(sgd[i].ds_len); 1794 sgl->sg_ieee[i].flags = 0; 1797 DEVNAME(sc), sgl->sg64[i].addr, sgl->sg64[i].len); 1800 sgl->sg64[i].addr = htole64(sgd[i].ds_addr) [all...] |
cissreg.h | 492 struct ciss_sg_entry sgl[1]; /* 34 */ member in struct:ciss_cmd 538 struct ciss_cmd ccb_cmd __aligned(16); /* followed by sgl */
|
/src/sys/dev/pci/cxgb/ |
cxgb_sge.c | 260 * sgl_len - calculates the size of an SGL of the given capacity 261 * @n: the number of SGL entries 995 * @sgp: the SGL to populate 1000 * and returns the SGL size in 8-byte words. The caller must size the SGL 1064 * write_wr_hdr_sgl - write a WR header and, optionally, SGL 1065 * @ndesc: number of Tx descriptors spanned by the SGL 1069 * @sgl: the SGL 1070 * @flits: number of flits to the start of the SGL in the first descripto 1167 struct sg_ent *sgp, sgl[TX_MAX_SEGS \/ 2 + 1]; local in function:t3_encap 1722 struct sg_ent *sgp, sgl[TX_MAX_SEGS \/ 2 + 1]; local in function:write_ofld_wr [all...] |
/src/sys/dev/hyperv/ |
if_hvn.c | 4539 struct vmbus_gpa sgl[1]; local in function:hvn_rndis_cmd 4547 sgl[0].gpa_page = rc->rc_gpa; 4548 sgl[0].gpa_len = hdr->rm_len; 4549 sgl[0].gpa_ofs = 0; 4558 rv = vmbus_channel_send_sgl(rxr->rxr_chan, sgl, 1, &rc->rc_msg,
|