HomeSort by: relevance | last modified time | path
    Searched defs:sgp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scatterlist.h 54 struct scatterlist *sgp; member in struct:sgt_iter
62 struct sgt_iter s = { .sgp = sgl };
64 if (s.sgp) {
65 s.max = s.curr = s.sgp->offset;
66 s.max += s.sgp->length;
68 s.dma = sg_dma_address(s.sgp);
70 s.pfn = page_to_pfn(sg_page(s.sgp));
112 ((__dp) = (__iter).dma + (__iter).curr), (__iter).sgp; \
114 (__iter) = __sgt_iter(__sg_next((__iter).sgp), true), 0 : 0)
127 (__iter) = __sgt_iter(__sg_next((__iter).sgp), false), 0 : 0
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 180 ScopedGlobalProcessor sgp; local in function:__tsan::user_free
tsan_interceptors.cc 797 ScopedGlobalProcessor sgp; local in function:TSAN_INTERCEPTOR
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 995 * @sgp: the SGL to populate
1004 make_sgl(struct sg_ent *sgp, bus_dma_segment_t *segs, int nsegs)
1010 ++sgp;
1012 sgp->len[idx] = htobe32(segs[i].ds_len);
1013 sgp->addr[idx] = htobe64(segs[i].ds_addr);
1017 sgp->len[idx] = 0;
1167 struct sg_ent *sgp, sgl[TX_MAX_SEGS / 2 + 1]; local in function:t3_encap
1282 sgp = (ndesc == 1) ? (struct sg_ent *)&txd->flit[flits] : sgl;
1283 make_sgl(sgp, segs, nsegs);
1722 struct sg_ent *sgp, sgl[TX_MAX_SEGS / 2 + 1] local in function:write_ofld_wr
    [all...]

Completed in 16 milliseconds