Searched defs:phy_status (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c420 uint_t phy_status; local
443 status = hci1394_ohci_phy_read(soft_state->ohci, 5, &phy_status);
448 phy_status |= OHCI_PHY_LOOP_ERR | OHCI_PHY_PWRFAIL_ERR |
451 phy_status);
H A Dhci1394_ohci.c2495 uint_t phy_status; local
2522 status = hci1394_ohci_phy_read(ohci_hdl, 5, &phy_status);
2531 if (phy_status & OHCI_PHY_LOOP_ERR) {
2537 if (phy_status & OHCI_PHY_PWRFAIL_ERR) {
2541 if (phy_status & OHCI_PHY_TIMEOUT_ERR) {
2545 if (phy_status & OHCI_PHY_PORTEVT_ERR) {
2551 status = hci1394_ohci_phy_write(ohci_hdl, 5, phy_status);
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c163 uint16_t phy_status; local
182 phy_status = nge_mii_get16(ngep, MII_STATUS);
183 phy_status = nge_mii_get16(ngep, MII_STATUS);
184 if (phy_status != 0xffff) {
190 phy_status, ngep->phy_id));
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1234 uint16_t phy_status, phy_ext_status; local
1264 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
1266 ((phy_status & MII_SR_100X_FD_CAPS) ||
1267 (phy_status & MII_SR_100T2_FD_CAPS)) ? 1 : 0);
1276 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
1278 ((phy_status & MII_SR_100X_HD_CAPS) ||
1279 (phy_status & MII_SR_100T2_HD_CAPS)) ? 1 : 0);
1288 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
1290 (phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0);
1299 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
[all...]
H A Digb_main.c5052 uint16_t phy_status; local
5064 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
5074 (phy_status & MII_SR_AUTONEG_CAPS) ? 1 : 0;
5086 (phy_status & MII_SR_100T4_CAPS) ? 1 : 0;
5087 igb->param_100fdx_cap = ((phy_status & MII_SR_100X_FD_CAPS) ||
5088 (phy_status & MII_SR_100T2_FD_CAPS)) ? 1 : 0;
5089 igb->param_100hdx_cap = ((phy_status & MII_SR_100X_HD_CAPS) ||
5090 (phy_status & MII_SR_100T2_HD_CAPS)) ? 1 : 0;
5092 (phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0;
5094 (phy_status
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c562 uint16_t phy_status; local
655 phy_status = bge_mii_get16(bgep, MII_STATUS);
657 BGE_DEBUG(("bge_restart_copper: status 0x%x", phy_status));
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c812 s32 phy_status = IXGBE_SUCCESS; local
864 phy_status = hw->phy.ops.init(hw);
865 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED)
867 if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT)
933 if (phy_status != IXGBE_SUCCESS)
934 status = phy_status;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c2313 u16 i, phy_status; local
2322 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
2325 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
2328 if (phy_status & MII_SR_AUTONEG_COMPLETE)
2352 u16 i, phy_status; local
2364 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
2375 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
2378 if (phy_status & MII_SR_LINK_STATUS)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c1753 u16 phy_status; local
1758 TLan_MiiReadReg(nic, phy, MII_GEN_STS, &phy_status);
1761 if (!(phy_status & MII_GS_LINK)) {
1774 if ((phy_status & MII_GS_LINK) && !priv->link) {
H A Dtg3.c471 uint32_t phy_status; local
474 err = tg3_readphy(tp, MII_BMSR, &phy_status);
475 err |= tg3_readphy(tp, MII_BMSR, &phy_status);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3546 ((Adapter->phy_status & MII_SR_100X_FD_CAPS) ||
3547 (Adapter->phy_status & MII_SR_100T2_FD_CAPS))
3557 ((Adapter->phy_status & MII_SR_100X_HD_CAPS) ||
3558 (Adapter->phy_status & MII_SR_100T2_HD_CAPS))
3568 (Adapter->phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0);
3577 (Adapter->phy_status & MII_SR_10T_HD_CAPS) ? 1 : 0);
3591 (Adapter->phy_status & MII_SR_AUTONEG_CAPS)
4864 uint16_t phy_status; local
4885 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4886 if (!(phy_status
[all...]
H A De1000g_sw.h979 uint16_t phy_status; /* contents of PHY_STATUS */ member in struct:e1000g

Completed in 146 milliseconds