Home
last modified time | relevance | path

Searched refs:MDIO_MMD_VEND1 (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/cxgb3/
Daq100x.c71 int err = t3_phy_reset(phy, MDIO_MMD_VEND1, 3000); in aq100x_reset()
86 err = t3_mdio_write(phy, MDIO_MMD_VEND1, AQ_IMASK_GLOBAL, IMASK_GLOBAL); in aq100x_intr_enable()
92 return t3_mdio_write(phy, MDIO_MMD_VEND1, AQ_IMASK_GLOBAL, 0); in aq100x_intr_disable()
99 t3_mdio_read(phy, MDIO_MMD_VEND1, AQ_IFLAG_GLOBAL, &v); in aq100x_intr_clear()
110 err = t3_mdio_read(phy, MDIO_MMD_VEND1, AQ_IFLAG_GLOBAL, &cause); in aq100x_intr_handler()
292 err = t3_mdio_read(phy, MDIO_MMD_VEND1, MDIO_CTRL1, &v); in t3_aq100x_phy_prep()
319 t3_mdio_read(phy, MDIO_MMD_VEND1, AQ_FW_VERSION, &v); in t3_aq100x_phy_prep()
328 err = t3_mdio_read(phy, MDIO_MMD_VEND1, MDIO_CTRL1, &v); in t3_aq100x_phy_prep()
332 err = t3_mdio_change_bits(phy, MDIO_MMD_VEND1, MDIO_CTRL1, in t3_aq100x_phy_prep()
/linux-2.6.39/include/linux/
Dmdio.h25 #define MDIO_MMD_VEND1 30 /* Vendor specific 1 */ macro
/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_phy.c588 MDIO_MMD_VEND1, in ixgbe_check_phy_link_tnx()
709 MDIO_MMD_VEND1, in ixgbe_get_phy_firmware_version_tnx()
726 MDIO_MMD_VEND1, in ixgbe_get_phy_firmware_version_generic()