Lines Matching refs:ERI_RUNNING
914 if (erip->flags & (ERI_RUNNING | ERI_SUSPENDED)) { in eri_detach()
1340 if ((erip->flags & ERI_RUNNING) && (erip->flags & ERI_TXINIT)) { in eri_m_stat()
2308 erip->flags |= (ERI_RUNNING | ERI_INITIALIZED); in eri_init()
2495 erip->flags |= (ERI_RUNNING | ERI_INITIALIZED | in eri_init()
2515 ret = (erip->flags & ERI_RUNNING) ? B_TRUE : B_FALSE; in eri_init()
2570 erip->flags &= ~ERI_RUNNING; in eri_uninit()
2772 (erip->flags & ERI_RUNNING)) { in eri_intr()
2814 if (!(erip->flags & ERI_RUNNING)) { in eri_intr()
4098 if ((erip->flags & ERI_RUNNING) && (erip->flags & ERI_TXINIT)) { in eri_stat_kstat_update()
4679 (erip->flags & ERI_RUNNING)) { in eri_start_timer()
4875 if ((erip->flags & ERI_RUNNING) && param_linkup) { in eri_check_link_noind()
4935 if ((erip->flags & ERI_RUNNING) && param_linkup && in eri_check_link_noind()
5523 if (erip->flags & ERI_RUNNING) { in eri_check_txhung()