Home
last modified time | relevance | path

Searched refs:MAC_STATE_STOPPED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h143 #define MAC_STATE_STOPPED 1 /* powered up / buf not initialized */ macro
H A Dusbgem.c657 (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()