phy_status
pdata->phy_if.phy_status(pdata);
phy_if->phy_status = xgbe_phy_status;
void (*phy_status)(struct xgbe_prv_data *);
u16 i, phy_status;
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
if (phy_status & MII_SR_AUTONEG_COMPLETE)
u16 i, phy_status;
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
if (phy_status & MII_SR_LINK_STATUS)
u16 i, phy_status;
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
if (phy_status & MII_SR_AUTONEG_COMPLETE)
u16 i, phy_status;
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
if (phy_status & MII_SR_LINK_STATUS)
SCI_STATUS phy_status;
phy_status = scic_phy_stop(&this_controller->phy_table[index]);
(phy_status != SCI_SUCCESS)
&& (phy_status != SCI_FAILURE_INVALID_STATE)
this_controller->phy_table[index].phy_index, phy_status
s32 phy_status = IXGBE_SUCCESS;
phy_status = hw->phy.ops.init(hw);
if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED)
if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT)
if (phy_status != IXGBE_SUCCESS)
status = phy_status;
struct ar_rx_phystatus *phy_status = NULL;
if (len < sizeof(*phy_status)) {
phy_status = (struct ar_rx_phystatus *)
(buf + len - sizeof(*phy_status));
len -= sizeof(*phy_status);
if (phy_status != NULL) {
rxs.c_rssi = phy_status->rssi;
int phy_status(phy_t phy, int *value);