Searched defs:buf_idx (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dr300_cmdbuf.c750 u32 i, buf_idx, h_pending; local
754 header.scratch.n_bufs * sizeof (buf_idx)) {
770 buf_idx = *(u32 *)(uintptr_t)cmdbuf->buf;
771 buf_idx *= 2; /* 8 bytes per buf */
773 if (DRM_COPY_TO_USER(ref_age_base + buf_idx,
780 ref_age_base + buf_idx + 1, sizeof (u32))) {
790 if (DRM_COPY_TO_USER(ref_age_base + buf_idx + 1,
795 cmdbuf->buf += sizeof (buf_idx);
796 cmdbuf->bufsz -= sizeof (buf_idx);
912 idx = header.dma.buf_idx;
[all...]
H A Dradeon_drm.h217 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon125::__anon131
279 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon133::__anon139

Completed in 29 milliseconds