Home
last modified time | relevance | path

Searched refs:MBOXSC_MSGHDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc_impl.h63 #define MBOXSC_MSGHDR_SIZE (sizeof (mboxsc_msghdr_t)) macro
65 #define MBOXSC_PROTOCOL_SIZE (MBOXSC_MSGHDR_SIZE + MBOXSC_CHKSUM_SIZE)
67 #define MBOXSC_DATA_OFFSET MBOXSC_MSGHDR_SIZE
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c536 header.msg_length = MBOXSC_MSGHDR_SIZE + length; in mboxsc_putmsg()
626 bcopy(&header, &(mailboxp->mbox_header), MBOXSC_MSGHDR_SIZE); in mboxsc_putmsg()
638 MBOXSC_MSGHDR_SIZE); in mboxsc_putmsg()
648 MBOXSC_MSGHDR_SIZE, (caddr_t)&header); in mboxsc_putmsg()
966 datalen = mailboxp->mbox_header.msg_length - MBOXSC_MSGHDR_SIZE; in mboxsc_getmsg()
990 bcopy(&(mailboxp->mbox_header), &header, MBOXSC_MSGHDR_SIZE); in mboxsc_getmsg()
1026 MBOXSC_MSGHDR_SIZE); in mboxsc_getmsg()
1177 if (bcmp(&(mailboxp->mbox_header), &header, MBOXSC_MSGHDR_SIZE) == 0) { in mboxsc_getmsg()
1360 error = iosram_rd(key, MBOXSC_MSGHDR_OFFSET, MBOXSC_MSGHDR_SIZE, in mboxsc_iosram_callback()