Home
last modified time | relevance | path

Searched refs:cphy (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/dev/cxgb/common/
H A Dcxgb_mv88e1xxx.c136 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset() argument
141 static int mv88e1xxx_intr_enable(struct cphy *cphy) in mv88e1xxx_intr_enable() argument
146 static int mv88e1xxx_intr_disable(struct cphy *cphy) in mv88e1xxx_intr_disable() argument
151 static int mv88e1xxx_intr_clear(struct cphy *cphy) in mv88e1xxx_intr_clear() argument
159 static int mv88e1xxx_crossover_set(struct cphy *cphy, int crossover) in mv88e1xxx_crossover_set() argument
166 static int mv88e1xxx_autoneg_enable(struct cphy *cphy) in mv88e1xxx_autoneg_enable() argument
175 static int mv88e1xxx_autoneg_restart(struct cphy *cphy) in mv88e1xxx_autoneg_restart() argument
187 static int mv88e1xxx_get_link_status(struct cphy *cphy, int *link_state, in mv88e1xxx_get_link_status() argument
230 static int mv88e1xxx_downshift_set(struct cphy *cphy, int downshift_enable) in mv88e1xxx_downshift_set() argument
241 static int mv88e1xxx_power_down(struct cphy *cphy, int enable) in mv88e1xxx_power_down() argument
[all …]
H A Dcxgb_vsc8211.c96 static int vsc8211_reset(struct cphy *cphy, int wait) in vsc8211_reset() argument
98 return t3_phy_reset(cphy, 0, 0); in vsc8211_reset()
101 static int vsc8211_intr_enable(struct cphy *cphy) in vsc8211_intr_enable() argument
106 static int vsc8211_intr_disable(struct cphy *cphy) in vsc8211_intr_disable() argument
111 static int vsc8211_intr_clear(struct cphy *cphy) in vsc8211_intr_clear() argument
119 static int vsc8211_autoneg_enable(struct cphy *cphy) in vsc8211_autoneg_enable() argument
125 static int vsc8211_autoneg_restart(struct cphy *cphy) in vsc8211_autoneg_restart() argument
131 static int vsc8211_get_link_status(struct cphy *cphy, int *link_state, in vsc8211_get_link_status() argument
204 static int vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_state, in vsc8211_get_link_status_fiber() argument
297 static int vsc8211_power_down(struct cphy *cphy, int enable) in vsc8211_power_down() argument
[all …]
H A Dcxgb_ael1002.c115 static void ael100x_txon(struct cphy *phy) in ael100x_txon()
185 static int get_phytrans_type(struct cphy *phy) in get_phytrans_type()
277 static int ael1002_intr_noop(struct cphy *phy) in ael1002_intr_noop()
347 struct cphy *phy = &pinfo->phy; in t3_ael1002_phy_prep()
428 struct cphy *phy = &pinfo->phy; in t3_ael1006_phy_prep()
524 static int ael2005_setup_sr_edc(struct cphy *phy) in ael2005_setup_sr_edc()
1245 static int ael2005_intr_clear(struct cphy *phy) in ael2005_intr_clear()
1387 struct cphy *phy = &pinfo->phy; in t3_ael2005_phy_prep()
1994 static int ael2020_intr_clear(struct cphy *phy) in ael2020_intr_clear()
2139 struct cphy *phy = &pinfo->phy; in t3_ael2020_phy_prep()
[all …]
H A Dcxgb_aq100x.c83 aq100x_temperature(struct cphy *phy) in aq100x_temperature()
98 aq100x_set_defaults(struct cphy *phy) in aq100x_set_defaults()
104 aq100x_reset(struct cphy *phy, int wait) in aq100x_reset()
114 aq100x_intr_enable(struct cphy *phy) in aq100x_intr_enable()
132 aq100x_intr_disable(struct cphy *phy) in aq100x_intr_disable()
150 aq100x_intr_clear(struct cphy *phy) in aq100x_intr_clear()
202 aq100x_intr_handler(struct cphy *phy) in aq100x_intr_handler()
226 aq100x_power_down(struct cphy *phy, int off) in aq100x_power_down()
255 aq100x_autoneg_enable(struct cphy *phy) in aq100x_autoneg_enable()
268 aq100x_autoneg_restart(struct cphy *phy) in aq100x_autoneg_restart()
[all …]
H A Dcxgb_common.h145 struct cphy;
553 int (*reset)(struct cphy *phy, int wait);
555 int (*intr_enable)(struct cphy *phy);
556 int (*intr_disable)(struct cphy *phy);
557 int (*intr_clear)(struct cphy *phy);
558 int (*intr_handler)(struct cphy *phy);
560 int (*autoneg_enable)(struct cphy *phy);
561 int (*autoneg_restart)(struct cphy *phy);
572 struct cphy { struct
695 int t3_phy_lasi_intr_enable(struct cphy *phy);
[all …]
H A Dcxgb_tn1010.c75 static int tn1010_reset(struct cphy *phy, int wait) in tn1010_reset()
82 static int tn1010_power_down(struct cphy *phy, int enable) in tn1010_power_down()
88 static int tn1010_autoneg_enable(struct cphy *phy) in tn1010_autoneg_enable()
99 static int tn1010_autoneg_restart(struct cphy *phy) in tn1010_autoneg_restart()
110 static int tn1010_advertise(struct cphy *phy, unsigned int advert) in tn1010_advertise()
131 static int tn1010_get_link_status(struct cphy *phy, int *link_state, in tn1010_get_link_status()
176 static int tn1010_set_speed_duplex(struct cphy *phy, int speed, int duplex) in tn1010_set_speed_duplex()
H A Dcxgb_t3_hw.c369 int t3_mdio_change_bits(struct cphy *phy, int mmd, int reg, unsigned int clear, in t3_mdio_change_bits()
393 int t3_phy_reset(struct cphy *phy, int mmd, int wait) in t3_phy_reset()
422 int t3_phy_advertise(struct cphy *phy, unsigned int advert) in t3_phy_advertise()
465 int t3_phy_advertise_fiber(struct cphy *phy, unsigned int advert) in t3_phy_advertise_fiber()
489 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex) in t3_set_phy_speed_duplex()
515 int t3_phy_lasi_intr_enable(struct cphy *phy) in t3_phy_lasi_intr_enable()
520 int t3_phy_lasi_intr_disable(struct cphy *phy) in t3_phy_lasi_intr_disable()
525 int t3_phy_lasi_intr_clear(struct cphy *phy) in t3_phy_lasi_intr_clear()
532 int t3_phy_lasi_intr_handler(struct cphy *phy) in t3_phy_lasi_intr_handler()
1523 struct cphy *phy = &pi->phy; in t3_link_changed()
[all …]
/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_adapter.h95 struct cphy phy;
H A Dcxgb_main.c2093 struct cphy *phy = &p->phy; in cxgb_build_medialist()
2548 struct cphy *phy = &pi->phy; in cxgb_extension_ioctl()
2570 struct cphy *phy = &pi->phy; in cxgb_extension_ioctl()