Home
last modified time | relevance | path

Searched defs:msg_p (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_debug.c169 px_dbg_msg_t *msg_p; in px_dbg_queue() local
204 px_dbg_msg_t *msg_p; in px_dbg_drain() local
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h1691 #define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[msg_id]++; argument
1693 #define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[((msg_id & ~3) | ((~msg_id) & 3))]++; argument