Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_PHY (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c627 return IXGBE_ERR_PHY; in ixgbe_read_phy_reg_mdi()
657 return IXGBE_ERR_PHY; in ixgbe_read_phy_reg_mdi()
736 return IXGBE_ERR_PHY; in ixgbe_write_phy_reg_mdi()
765 return IXGBE_ERR_PHY; in ixgbe_write_phy_reg_mdi()
1176 ret_val = IXGBE_ERR_PHY; in ixgbe_reset_phy_nl()
1235 ret_val = IXGBE_ERR_PHY; in ixgbe_reset_phy_nl()
1241 ret_val = IXGBE_ERR_PHY; in ixgbe_reset_phy_nl()
1252 return IXGBE_ERR_PHY; in ixgbe_reset_phy_nl()
1938 return IXGBE_ERR_PHY; in ixgbe_get_sfp_init_sequence_offsets()
H A Dixgbe_x550.c231 return IXGBE_ERR_PHY; in ixgbe_reset_cs4227()
239 return IXGBE_ERR_PHY; in ixgbe_reset_cs4227()
1116 return IXGBE_ERR_PHY; in ixgbe_iosf_wait()
1161 ret = IXGBE_ERR_PHY; in ixgbe_write_iosf_sb_reg_x550()
1204 ret = IXGBE_ERR_PHY; in ixgbe_read_iosf_sb_reg_x550()
H A Dixgbe_82598.c1183 status = IXGBE_ERR_PHY; in ixgbe_read_i2c_phy_82598()
H A Dixgbe_api.c525 status = IXGBE_ERR_PHY; in ixgbe_reset_phy()
H A Dixgbe_82599.c237 return IXGBE_ERR_PHY; in ixgbe_setup_sfp_modules_82599()
H A Dixgbe_type.h4274 #define IXGBE_ERR_PHY -3 macro