Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp.h173 typedef struct rmc_comm_dp_state { struct
178 kmutex_t dp_mutex[1];
179 ddi_iblock_cookie_t dp_iblk;
181 boolean_t data_link_ok; /* tells whether the data link has */
184 boolean_t pending_request; /* tells if a request is */
187 uint8_t last_tx_seqid; /* sequence ID of last message */
189 uint8_t last_rx_seqid; /* sequence ID of last message */
191 uint8_t last_rx_ack; /* last message acknowledged by */
194 timeout_id_t timer_link_setup; /* timer used to set up the */
198 timeout_id_t timer_delay_ack; /* timer used to wait a 'bit' */
[all …]