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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsmc_if.h120 #define SC_MSG_HDR(msg) ((msg)->hdr) macro
122 #define SC_SEND_DLENGTH(msg) (SC_MSG_HDR(msg).len)
123 #define SC_RECV_DLENGTH(msg) (SC_MSG_HDR(msg).len)
125 #define SC_MSG_ID(msg) (SC_MSG_HDR(msg).msg_id)
126 #define SC_MSG_CMD(msg) (SC_MSG_HDR(msg).cmd)
127 #define SC_MSG_LEN(msg) (SC_MSG_HDR(msg).len)
128 #define SC_MSG_CC(msg) (SC_MSG_HDR(msg).cc)

Completed in 81 milliseconds