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

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c954 index = (msg & IDNP_ACK) ? 3 : (msg & IDNP_NACK) ? 4 : -1;
1465 (acknack & IDNP_NACK) ? "+nack " : " ",
1545 mt.mt_mtype = IDNP_NACK;
1689 if (msg & IDNP_NACK) {
2050 if (msg & IDNP_NACK) {
2076 mt.mt_mtype = IDNP_NACK;
2221 if (msg & IDNP_NACK) {
2513 (acknack & IDNP_NACK) ? "+nack " : " ",
2550 if (!(msg & IDNP_NACK) && (contype == IDNCON_QUERY)) {
2594 mt.mt_mtype = IDNP_NACK;
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h931 #define IDNP_NACK 0x10 macro
941 #define IDNP_ACKNACK_MASK (IDNP_ACK | IDNP_NACK)
1198 * IDNP_NACK

Completed in 86 milliseconds