Home
last modified time | relevance | path

Searched refs:rge_mac_state (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c765 if (rgep->rge_mac_state == RGE_MAC_STARTED) { in rge_restart()
794 ASSERT(rgep->rge_mac_state == RGE_MAC_STOPPED); in rge_m_stop()
810 rgep->rge_mac_state = RGE_MAC_STOPPED; in rge_m_stop()
839 rgep->rge_mac_state = RGE_MAC_STARTED; in rge_m_start()
1442 rgep->rge_mac_state = RGE_MAC_UNATTACH; in rge_unattach()
1546 rgep->rge_mac_state = RGE_MAC_STARTED; in rge_resume()
1608 rgep->rge_mac_state = RGE_MAC_ATTACH; in rge_attach()
1869 if (rgep->rge_mac_state != RGE_MAC_STARTED) { in rge_suspend()
1877 rgep->rge_mac_state = RGE_MAC_STOPPED; in rge_suspend()
H A Drge_rxtx.c97 if (rgep->rge_mac_state == RGE_MAC_UNATTACH || in rge_rx_recycle()
98 rgep->rge_mac_state == RGE_MAC_ATTACH) in rge_rx_recycle()
467 rgep->rge_mac_state == RGE_MAC_STARTED) { in rge_send_recycle()
699 if ((rgep->rge_mac_state != RGE_MAC_STARTED) || in rge_m_tx()
H A Drge.h219 enum rge_mac_state { enum
483 enum rge_mac_state rge_mac_state; /* definitions above */ member
H A Drge_chip.c1311 if (rgep->rge_mac_state == RGE_MAC_STOPPED) in rge_hw_stats_dump()