Searched refs:MAC_STATE_STOPPED (Results 1 – 2 of 2) sorted by relevance
143 #define MAC_STATE_STOPPED 1 /* powered up / buf not initialized */ macro
657 (void) usbgem_mac_stop(dp, MAC_STATE_STOPPED, STOP_GRACEFUL); in usbgem_restart_nic()2176 ASSERT(dp->mac_state == MAC_STATE_STOPPED); in usbgem_mac_init()2303 ASSERT(new_state == MAC_STATE_STOPPED || in usbgem_mac_stop()2311 if (new_state == MAC_STATE_STOPPED || graceful) { in usbgem_mac_stop()3128 (void) usbgem_mac_stop(dp, MAC_STATE_STOPPED, STOP_GRACEFUL); in usbgem_m_stop()4255 dp->mac_state = MAC_STATE_STOPPED; in usbgem_recover_device()4447 dp->mac_state = MAC_STATE_STOPPED; in usbgem_do_attach()4696 dp->mac_state != MAC_STATE_STOPPED) { in usbgem_quiesce()