OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_pos
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c
1642
while (state->
rx_pos
!= tx_pos) {
1652
WARN_ON(!((state->
rx_pos
& VCHIQ_SLOT_MASK) == 0));
1654
SLOT_QUEUE_INDEX_FROM_POS(state->
rx_pos
) &
1668
(state->
rx_pos
& VCHIQ_SLOT_MASK));
2039
state->
rx_pos
+= calc_stride(size);
2044
if ((state->
rx_pos
& VCHIQ_SLOT_MASK) == 0) {
2789
end = state->
rx_pos
& VCHIQ_SLOT_MASK;
3736
" tx_pos=%x(@%x),
rx_pos
=%x(@%x)",
3740
state->
rx_pos
,
3742
(state->
rx_pos
& VCHIQ_SLOT_MASK))
[
all
...]
vchiq_core.h
462
int
rx_pos
;
member in struct:vchiq_state_struct
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026