OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:write_ptr
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
dm9000.c
887
uint8_t *
write_ptr
;
local in function:pkt_write_2
897
write_ptr
= buf->m_data;
906
b = *
write_ptr
;
908
write_ptr
++;
923
} else if ((long)
write_ptr
% 2 != 0) {
927
left_over_buf = *
write_ptr
;
929
write_ptr
++;
933
uint16_t *dptr = (uint16_t *)
write_ptr
;
947
write_ptr
+= i * 2;
956
left_over_buf = *
write_ptr
;
1042
uint8_t *
write_ptr
;
local in function:pkt_write_1
[
all
...]
/src/sys/arch/sgimips/mace/
mavb.c
722
uint64_t
write_ptr
;
local in function:mavb_dma_output
729
write_ptr
= bus_space_read_8(st, sh, MAVB_CHANNEL2_WRITE_PTR);
732
dst = sc->sc_ring +
write_ptr
;
749
write_ptr
= dst - sc->sc_ring;
750
bus_space_write_8(st, sh, MAVB_CHANNEL2_WRITE_PTR,
write_ptr
);
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.h
90
u32
write_ptr
:3;
member in struct:execlist_context_status_pointer_format::__anon1b23e65c070a::__anon1b23e65c0808
/src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
message.h
86
uint32_t
write_ptr
; // hardware causes this to advance
member in struct:rx_msg_slot_info
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_priv.h
394
* @
write_ptr
: Defines the number of dwords written to the ring buffer.
397
* the queue ring buffer. This field should be similar to
write_ptr
and the
398
* user should update this field after he updated the
write_ptr
.
427
uint32_t *
write_ptr
;
member in struct:queue_properties
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_fwif.h
421
* is read only for GuC firmware.
write_ptr
is incremented by GuC with number
429
* to the value of
write_ptr
and raise the interrupt.
439
u32
write_ptr
;
member in struct:guc_log_buffer_state
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025