OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipm_queue_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/gemini/
gemini_ipmvar.h
11
* - be sure
ipm_queue_t
starts on 32 bit (min) boundary to align descriptors
14
* - current sizes, typedef, and padding make sizeof(
ipm_queue_t
) == 4096
24
}
ipm_queue_t
;
typedef in typeref:struct:ipm_queue
gemini_ipm.c
46
ipm_queue_t
*sc_rxqueue;
47
ipm_queue_t
*sc_txqueue;
131
KASSERT(GEMINI_IPMQ_SIZE == (2 * sizeof(
ipm_queue_t
)));
133
sc->sc_rxqueue = (
ipm_queue_t
*)GEMINI_IPMQ_VBASE;
135
memset(sc->sc_rxqueue, 0, sizeof(
ipm_queue_t
));
136
memset(sc->sc_txqueue, 0, sizeof(
ipm_queue_t
));
138
sc->sc_txqueue = (
ipm_queue_t
*)GEMINI_IPMQ_VBASE;
/src/sys/arch/evbarm/gemini/
gemini.h
95
# define GEMINI_IPMQ_SIZE (2 * sizeof(
ipm_queue_t
))
Completed in 13 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025