Symbol: phy_status
sys/dev/axgbe/if_axgbe_pci.c
840
pdata->phy_if.phy_status(pdata);
sys/dev/axgbe/xgbe-mdio.c
1626
phy_if->phy_status = xgbe_phy_status;
sys/dev/axgbe/xgbe.h
909
void (*phy_status)(struct xgbe_prv_data *);
sys/dev/e1000/e1000_phy.c
2324
u16 i, phy_status;
sys/dev/e1000/e1000_phy.c
2333
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/e1000/e1000_phy.c
2336
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/e1000/e1000_phy.c
2339
if (phy_status & MII_SR_AUTONEG_COMPLETE)
sys/dev/e1000/e1000_phy.c
2363
u16 i, phy_status;
sys/dev/e1000/e1000_phy.c
2375
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/e1000/e1000_phy.c
2386
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/e1000/e1000_phy.c
2389
if (phy_status & MII_SR_LINK_STATUS)
sys/dev/igc/igc_phy.c
766
u16 i, phy_status;
sys/dev/igc/igc_phy.c
775
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/igc/igc_phy.c
778
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/igc/igc_phy.c
781
if (phy_status & MII_SR_AUTONEG_COMPLETE)
sys/dev/igc/igc_phy.c
805
u16 i, phy_status;
sys/dev/igc/igc_phy.c
817
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/igc/igc_phy.c
828
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/igc/igc_phy.c
831
if (phy_status & MII_SR_LINK_STATUS)
sys/dev/isci/scil/scic_sds_controller.c
1739
SCI_STATUS phy_status;
sys/dev/isci/scil/scic_sds_controller.c
1745
phy_status = scic_phy_stop(&this_controller->phy_table[index]);
sys/dev/isci/scil/scic_sds_controller.c
1748
(phy_status != SCI_SUCCESS)
sys/dev/isci/scil/scic_sds_controller.c
1749
&& (phy_status != SCI_FAILURE_INVALID_STATE)
sys/dev/isci/scil/scic_sds_controller.c
1758
this_controller->phy_table[index].phy_index, phy_status
sys/dev/ixgbe/ixgbe_82598.c
813
s32 phy_status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
865
phy_status = hw->phy.ops.init(hw);
sys/dev/ixgbe/ixgbe_82598.c
866
if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED)
sys/dev/ixgbe/ixgbe_82598.c
868
if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT)
sys/dev/ixgbe/ixgbe_82598.c
934
if (phy_status != IXGBE_SUCCESS)
sys/dev/ixgbe/ixgbe_82598.c
935
status = phy_status;
sys/dev/otus/if_otus.c
1542
struct ar_rx_phystatus *phy_status = NULL;
sys/dev/otus/if_otus.c
1628
if (len < sizeof(*phy_status)) {
sys/dev/otus/if_otus.c
1641
phy_status = (struct ar_rx_phystatus *)
sys/dev/otus/if_otus.c
1642
(buf + len - sizeof(*phy_status));
sys/dev/otus/if_otus.c
1643
len -= sizeof(*phy_status);
sys/dev/otus/if_otus.c
1733
if (phy_status != NULL) {
sys/dev/otus/if_otus.c
1735
rxs.c_rssi = phy_status->rssi;
sys/dev/phy/phy.h
143
int phy_status(phy_t phy, int *value);