rge_mac_state
enum rge_mac_state rge_mac_state; /* definitions above */
if (rgep->rge_mac_state == RGE_MAC_STOPPED)
rgep->rge_mac_state = RGE_MAC_UNATTACH;
rgep->rge_mac_state = RGE_MAC_STARTED;
rgep->rge_mac_state = RGE_MAC_ATTACH;
if (rgep->rge_mac_state != RGE_MAC_STARTED) {
rgep->rge_mac_state = RGE_MAC_STOPPED;
if (rgep->rge_mac_state == RGE_MAC_STARTED) {
ASSERT(rgep->rge_mac_state == RGE_MAC_STOPPED);
rgep->rge_mac_state = RGE_MAC_STOPPED;
rgep->rge_mac_state = RGE_MAC_STARTED;
rgep->rge_mac_state == RGE_MAC_STARTED) {
if ((rgep->rge_mac_state != RGE_MAC_STARTED) ||
if (rgep->rge_mac_state == RGE_MAC_UNATTACH ||
rgep->rge_mac_state == RGE_MAC_ATTACH)