Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c297 dps->last_tx_seqid = INITIAL_SEQID; in dp_reset()
346 if (rxnum == dps->last_tx_seqid) { in dp_tx_handle_ack()
652 dps->last_tx_seqid = INITIAL_SEQID; in rmc_comm_dp_init()
1309 dps->last_tx_seqid = NEXT_SEQID(dps->last_tx_seqid); in rmc_comm_dp_msend()
1366 dp_msgp->txnum = dps->last_tx_seqid; in rmc_comm_dp_msend()
/titanic_50/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp.h187 uint8_t last_tx_seqid; /* sequence ID of last message */ member