OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
tsan_interceptors.cc
797
ScopedGlobalProcessor
sgp
;
local
/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
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
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026