Lines Matching full:cphy

153 struct cphy;
518 int (*reset)(struct cphy *phy, int wait);
520 int (*intr_enable)(struct cphy *phy);
521 int (*intr_disable)(struct cphy *phy);
522 int (*intr_clear)(struct cphy *phy);
523 int (*intr_handler)(struct cphy *phy);
525 int (*autoneg_enable)(struct cphy *phy);
526 int (*autoneg_restart)(struct cphy *phy);
528 int (*advertise)(struct cphy *phy, unsigned int advertise_map);
529 int (*set_loopback)(struct cphy *phy, int mmd, int dir, int enable);
530 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex);
531 int (*get_link_status)(struct cphy *phy, int *link_ok, int *speed,
533 int (*power_down)(struct cphy *phy, int enable);
548 struct cphy { struct
561 static inline int t3_mdio_read(struct cphy *phy, int mmd, int reg, in t3_mdio_read() argument
569 static inline int t3_mdio_write(struct cphy *phy, int mmd, int reg, in t3_mdio_write()
577 static inline void cphy_init(struct cphy *phy, struct adapter *adapter, in cphy_init()
654 int t3_mdio_change_bits(struct cphy *phy, int mmd, int reg, unsigned int clear,
656 int t3_phy_reset(struct cphy *phy, int mmd, int wait);
657 int t3_phy_advertise(struct cphy *phy, unsigned int advert);
658 int t3_phy_advertise_fiber(struct cphy *phy, unsigned int advert);
659 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex);
660 int t3_phy_lasi_intr_enable(struct cphy *phy);
661 int t3_phy_lasi_intr_disable(struct cphy *phy);
662 int t3_phy_lasi_intr_clear(struct cphy *phy);
663 int t3_phy_lasi_intr_handler(struct cphy *phy);
677 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
755 int t3_vsc8211_phy_prep(struct cphy *phy, struct adapter *adapter,
757 int t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter,
759 int t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter,
761 int t3_ael2005_phy_prep(struct cphy *phy, struct adapter *adapter,
763 int t3_ael2020_phy_prep(struct cphy *phy, struct adapter *adapter,
765 int t3_qt2045_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr,
767 int t3_xaui_direct_phy_prep(struct cphy *phy, struct adapter *adapter,
769 int t3_aq100x_phy_prep(struct cphy *phy, struct adapter *adapter,