Searched refs:SBBC_MBOX_MSG_TYPES (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox_priv.h56 #define SBBC_MBOX_MSG_TYPES 32 /* this will do for now */ macro
153 sbbc_intrs_t *intrs[SBBC_MBOX_MSG_TYPES];
163 kmutex_t mbox_wait_lock[SBBC_MBOX_MSG_TYPES];
164 struct sbbc_msg_waiter *mbox_wait_list[SBBC_MBOX_MSG_TYPES];
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c176 for (i = 0; i < SBBC_MBOX_MSG_TYPES; i++) {
182 for (i = 0; i < SBBC_MBOX_MSG_TYPES; i++)
290 for (i = 0; i < SBBC_MBOX_MSG_TYPES; i++) {
333 for (msg_type = 0; msg_type < SBBC_MBOX_MSG_TYPES; msg_type++) {
560 for (msg_type = 0; msg_type < SBBC_MBOX_MSG_TYPES; msg_type++) {
597 if (msg_type >= SBBC_MBOX_MSG_TYPES)
682 if (msg_type >= SBBC_MBOX_MSG_TYPES ||
899 (request->msg_type.type >= SBBC_MBOX_MSG_TYPES) ||
901 (response->msg_type.type >= SBBC_MBOX_MSG_TYPES)))
1332 if (type >= SBBC_MBOX_MSG_TYPES) {
[all...]

Completed in 46 milliseconds