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

/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c189 #define RL_DISABLED 0x1 macro
238 rmip->flags |= RL_DISABLED;
380 ((rmip->flags & RL_DISABLED) &&
497 if (rmip->flags & RL_DISABLED) {
1199 * Send negative ack if RL_DISABLED flag is not set
1202 if (!(rmip->flags & RL_DISABLED)) {
1211 if (rmip->flags & RL_DISABLED)
1212 rmip->flags &= ~RL_DISABLED;

Completed in 59 milliseconds