Searched refs:phy_status (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/extres/phy/
H A Dphy.h83 int phy_status(phy_t phy, int *value);
H A Dphy.c404 phy_status(phy_t phy, int *status) function
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spi4000.c396 static int phy_status[10] = {0,}; local
455 if (read_status != phy_status[port])
457 phy_status[port] = read_status;
H A Dcvmx-helper-board.c653 int phy_status; local
657 phy_status = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, 17);
662 if ((phy_status & (1<<11)) == 0)
666 phy_status |= 1<<11;
671 if (phy_status & (1<<11))
674 result.s.full_duplex = ((phy_status>>13)&1);
675 switch ((phy_status>>14)&3)
701 int phy_status; local
706 phy_status = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, 0x19);
707 switch ((phy_status>>
[all...]
H A Dcvmx-mgmt-port.c246 cvmx_mdio_phy_reg_status_t phy_status; local
248 phy_status.u16 = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, CVMX_MDIO_PHY_REG_STATUS);
249 if (phy_status.s.capable_extended_status == 0) // MII mode
252 && phy_status.s.capable_extended_status) // RGMII mode
/freebsd-11-stable/sys/dev/ixgbe/
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;
/freebsd-11-stable/sys/dev/e1000/
H A De1000_phy.c2314 u16 i, phy_status; local
2323 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
2326 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
2329 if (phy_status & MII_SR_AUTONEG_COMPLETE)
2353 u16 i, phy_status; local
2365 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
2376 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
2379 if (phy_status & MII_SR_LINK_STATUS)
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.c1739 SCI_STATUS phy_status; local
1745 phy_status = scic_phy_stop(&this_controller->phy_table[index]);
1748 (phy_status != SCI_SUCCESS)
1749 && (phy_status != SCI_FAILURE_INVALID_STATE)
1758 this_controller->phy_table[index].phy_index, phy_status

Completed in 238 milliseconds