Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_lproto.h87 #define NEXT_SEQID(a) (((a) + 1) % 0x100) macro
93 #define IS_NEXT_SEQID(a, b) ((b) == NEXT_SEQID(a))
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c1060 if (dp_msgp->txnum != NEXT_SEQID(dps->last_rx_seqid)) { in rmc_comm_dp_mrecv()
1309 dps->last_tx_seqid = NEXT_SEQID(dps->last_tx_seqid); in rmc_comm_dp_msend()