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

/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2040 * idn_mboxmsg_t - Entry in the SMR space circular queue use to
2051 * . mt_queue - Circular queue of idn_mboxmsg_t entries.
2084 * that (IDN_MMBOX_NUMENTRIES * sizeof (idn_mboxmsg_t)) is a multiple
2098 #define IDN_MMBOXINDEX_STEP (((64 / sizeof (idn_mboxmsg_t)) + 1) & 0xfffe)
2124 (IDNROUNDUP(((IDN_MBOX_PER_NET * sizeof (idn_mboxmsg_t)) \
2198 } idn_mboxmsg_t; typedef in typeref:struct:idn_mboxmsg
2200 typedef idn_mboxmsg_t idn_mboxq_t[1];

Completed in 63 milliseconds