/titanic_44/usr/src/uts/common/io/mii/ |
H A D | mii_realtek.c | 82 ph->phy_link = LINK_STATE_UP; in rtl8139_check() 107 ph->phy_link = LINK_STATE_UP; in rtl8201_check() 110 ph->phy_link = LINK_STATE_UP; in rtl8201_check()
|
H A D | mii_qualsemi.c | 79 if ((ph->phy_link == LINK_STATE_UP) && (link != LINK_STATE_UP) && in qs6612_check()
|
H A D | mii.c | 1193 ph->phy_link = LINK_STATE_UP; /* force up for loopback */ in phy_loop() 1426 ph->phy_link = LINK_STATE_UP; in phy_check() 1976 mh->m_link = ph->phy_link = LINK_STATE_UP; in _mii_loopback() 2146 } else if (mh->m_link == LINK_STATE_UP) { in _mii_task()
|
/titanic_44/usr/src/uts/common/io/aggr/ |
H A D | aggr_port.c | 353 link_state = port->lp_no_link_update ? LINK_STATE_UP : in aggr_port_notify_link() 356 if (link_state == LINK_STATE_UP) in aggr_port_notify_link() 357 do_attach = (port->lp_link_state != LINK_STATE_UP); in aggr_port_notify_link() 359 do_detach = (port->lp_link_state == LINK_STATE_UP); in aggr_port_notify_link()
|
/titanic_44/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.c | 305 adapter->pOdl->LinkStatus = LINK_STATE_UP; in amd8111s_set_loop_mode() 309 mac_link_update(adapter->pOdl->mh, LINK_STATE_UP); in amd8111s_set_loop_mode() 324 adapter->pOdl->LinkStatus = LINK_STATE_UP; in amd8111s_set_loop_mode() 328 mac_link_update(adapter->pOdl->mh, LINK_STATE_UP); in amd8111s_set_loop_mode() 349 adapter->pOdl->LinkStatus = LINK_STATE_UP; in amd8111s_set_loop_mode() 352 mac_link_update(adapter->pOdl->mh, LINK_STATE_UP); in amd8111s_set_loop_mode() 1359 LINK_STATE_UP) { in amd8111s_intr() 1361 LINK_STATE_UP; in amd8111s_intr() 1363 LINK_STATE_UP); in amd8111s_intr()
|
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_isr.c | 116 mac_link_update(adapter->mach, LINK_STATE_UP); in unm_nic_handle_phy_intr()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_mq.c | 70 LINK_STATE_UP: LINK_STATE_DOWN; in oce_drain_mq_cq()
|
H A D | oce_gld.c | 91 LINK_STATE_UP : LINK_STATE_DOWN; in oce_start() 151 if (dev->link_status == LINK_STATE_UP) { in oce_stop()
|
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_mac.c | 148 eib_mac_link_state(ss, LINK_STATE_UP, force); in eib_mac_link_up() 256 if (cur_link_state == LINK_STATE_UP) in eib_mac_stop()
|
/titanic_44/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_mii.c | 282 if (link == LINK_STATE_UP) { in dmfe_mii_notify()
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xnbu.c | 166 mac_link_update(xnbup->u_mh, LINK_STATE_UP); in xnbu_start_connect()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mac.h | 74 LINK_STATE_UP enumerator
|
/titanic_44/usr/src/uts/common/io/vr/ |
H A D | vr.h | 274 VR_LINK_STATE_UP = LINK_STATE_UP
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 676 *(link_state_t *)val = lc->link_ok ? LINK_STATE_UP : in t4_mc_getprop() 1139 mac_link_update(pi->mh, link_stat ? LINK_STATE_UP : LINK_STATE_DOWN); in t4_os_link_changed()
|
/titanic_44/usr/src/uts/common/io/softmac/ |
H A D | softmac_ctl.c | 240 mac_link_update(softmac->smac_mh, LINK_STATE_UP); in softmac_process_notify_ind()
|
/titanic_44/usr/src/uts/common/io/atge/ |
H A D | atge_main.c | 521 if (link == LINK_STATE_UP) { in atge_mii_notify() 522 atgep->atge_link_state = LINK_STATE_UP; in atge_mii_notify() 532 if (link == LINK_STATE_UP) in atge_mii_notify() 1770 if (!(atgep->atge_link_state & LINK_STATE_UP)) { in atge_m_tx()
|
/titanic_44/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 946 sc->ex_link = LINK_STATE_UP; in elxl_linkcheck() 959 sc->ex_link = LINK_STATE_UP; in elxl_linkcheck() 979 sc->ex_link = LINK_STATE_UP; in elxl_linkcheck()
|
/titanic_44/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 2305 if (erip->stats.link_up == LINK_STATE_UP) in eri_init() 2306 linkupdate = LINK_STATE_UP; in eri_init() 5107 erip->stats.link_up = LINK_STATE_UP; in eri_mif_check() 5113 retv = LINK_STATE_UP; in eri_mif_check() 5145 erip->stats.link_up = LINK_STATE_UP; in eri_mif_check() 5153 retv = LINK_STATE_UP; in eri_mif_check() 5349 erip->stats.link_up = LINK_STATE_UP; in eri_reset_xcvr()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 1939 if (igb->link_state == LINK_STATE_UP) { in igb_stop() 3207 if (igb->link_state != LINK_STATE_UP) { in igb_link_check() 3211 igb->link_state = LINK_STATE_UP; in igb_link_check() 3315 if (igb->link_state != LINK_STATE_UP) in igb_stall_check() 3878 if (igb->link_state == LINK_STATE_UP) in igb_set_loopback_mode() 3884 if (igb->link_state != LINK_STATE_UP) { in igb_set_loopback_mode()
|
/titanic_44/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 434 mac_link_update(sdev->sd_mh, LINK_STATE_UP); in simnet_ioc_create() 906 *val = LINK_STATE_UP; in simnet_m_stat()
|
/titanic_44/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.c | 1119 mxfep->mxfe_linkup = LINK_STATE_UP; in mxfe_checklinknway() 1157 mxfep->mxfe_linkup = LINK_STATE_UP; in mxfe_checklinknway() 1516 mxfep->mxfe_linkup = LINK_STATE_UP; in mxfe_checklinkmii() 2212 ((mxfep->mxfe_linkup == LINK_STATE_UP) && in mxfe_intr()
|
/titanic_44/usr/src/uts/common/io/net80211/ |
H A D | net80211.c | 654 mac_link_update(ic->ic_mach, LINK_STATE_UP); in ieee80211_notify_node_join()
|
/titanic_44/usr/src/uts/common/io/rge/ |
H A D | rge_rxtx.c | 701 (rgep->param_link_up != LINK_STATE_UP)) { in rge_m_tx()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 696 mac_link_update(ecmp->ecm_mh, LINK_STATE_UP); in usbecm_m_start() 698 ecmp->ecm_stat.es_linkstate = LINK_STATE_UP; in usbecm_m_start() 1673 linkstate = wValue ? LINK_STATE_UP:LINK_STATE_DOWN; in usbecm_parse_intr_data()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 133 #define CARRIER_ON(qlge) mac_link_update((qlge)->mh, LINK_STATE_UP)
|