Lines Matching full:enum
159 enum xgbe_port_mode {
173 enum xgbe_conn_type {
183 enum xgbe_sfp_comm {
188 enum xgbe_sfp_cable {
194 enum xgbe_sfp_base {
207 enum xgbe_sfp_speed {
297 enum xgbe_mdio_reset {
305 enum xgbe_phy_redrv_if {
311 enum xgbe_phy_redrv_model {
317 enum xgbe_phy_redrv_mode {
326 enum xgbe_port_mode port_mode;
332 enum xgbe_conn_type conn_type;
334 enum xgbe_mode cur_mode;
335 enum xgbe_mode start_mode;
342 enum xgbe_sfp_comm sfp_comm;
360 enum xgbe_sfp_base sfp_base;
361 enum xgbe_sfp_cable sfp_cable;
362 enum xgbe_sfp_speed sfp_speed;
366 enum xgbe_mdio_mode phydev_mode;
369 enum xgbe_mdio_reset mdio_reset;
388 static enum xgbe_an_mode xgbe_phy_an_mode(struct xgbe_prv_data *pdata);
824 enum xgbe_sfp_speed sfp_speed) in xgbe_phy_sfp_bit_rate()
1529 static enum xgbe_mode xgbe_phy_an37_sgmii_outcome(struct xgbe_prv_data *pdata) in xgbe_phy_an37_sgmii_outcome()
1532 enum xgbe_mode mode; in xgbe_phy_an37_sgmii_outcome()
1569 static enum xgbe_mode xgbe_phy_an37_outcome(struct xgbe_prv_data *pdata) in xgbe_phy_an37_outcome()
1572 enum xgbe_mode mode; in xgbe_phy_an37_outcome()
1612 static enum xgbe_mode xgbe_phy_an73_redrv_outcome(struct xgbe_prv_data *pdata) in xgbe_phy_an73_redrv_outcome()
1616 enum xgbe_mode mode; in xgbe_phy_an73_redrv_outcome()
1692 static enum xgbe_mode xgbe_phy_an73_outcome(struct xgbe_prv_data *pdata) in xgbe_phy_an73_outcome()
1695 enum xgbe_mode mode; in xgbe_phy_an73_outcome()
1750 static enum xgbe_mode xgbe_phy_an_outcome(struct xgbe_prv_data *pdata) in xgbe_phy_an_outcome()
1856 static enum xgbe_an_mode xgbe_phy_an_sfp_mode(struct xgbe_phy_data *phy_data) in xgbe_phy_an_sfp_mode()
1870 static enum xgbe_an_mode xgbe_phy_an_mode(struct xgbe_prv_data *pdata) in xgbe_phy_an_mode()
1902 enum xgbe_phy_redrv_mode mode) in xgbe_phy_set_redrv_mode_mdio()
1915 enum xgbe_phy_redrv_mode mode) in xgbe_phy_set_redrv_mode_i2c()
1932 enum xgbe_phy_redrv_mode mode; in xgbe_phy_set_redrv_mode()
2116 static enum xgbe_mode xgbe_phy_cur_mode(struct xgbe_prv_data *pdata) in xgbe_phy_cur_mode()
2123 static enum xgbe_mode xgbe_phy_switch_baset_mode(struct xgbe_prv_data *pdata) in xgbe_phy_switch_baset_mode()
2141 static enum xgbe_mode xgbe_phy_switch_bp_2500_mode(struct xgbe_prv_data *pdata) in xgbe_phy_switch_bp_2500_mode()
2146 static enum xgbe_mode xgbe_phy_switch_bp_mode(struct xgbe_prv_data *pdata) in xgbe_phy_switch_bp_mode()
2158 static enum xgbe_mode xgbe_phy_switch_mode(struct xgbe_prv_data *pdata) in xgbe_phy_switch_mode()
2182 static enum xgbe_mode xgbe_phy_get_basex_mode(struct xgbe_phy_data *phy_data, in xgbe_phy_get_basex_mode()
2195 static enum xgbe_mode xgbe_phy_get_baset_mode(struct xgbe_phy_data *phy_data, in xgbe_phy_get_baset_mode()
2212 static enum xgbe_mode xgbe_phy_get_sfp_mode(struct xgbe_phy_data *phy_data, in xgbe_phy_get_sfp_mode()
2231 static enum xgbe_mode xgbe_phy_get_bp_2500_mode(int speed) in xgbe_phy_get_bp_2500_mode()
2241 static enum xgbe_mode xgbe_phy_get_bp_mode(int speed) in xgbe_phy_get_bp_mode()
2253 static enum xgbe_mode xgbe_phy_get_mode(struct xgbe_prv_data *pdata, in xgbe_phy_get_mode()
2278 static void xgbe_phy_set_mode(struct xgbe_prv_data *pdata, enum xgbe_mode mode) in xgbe_phy_set_mode()
2308 enum xgbe_mode mode, bool advert) in xgbe_phy_check_mode()
2313 enum xgbe_mode cur_mode; in xgbe_phy_check_mode()
2324 enum xgbe_mode mode) in xgbe_phy_use_basex_mode()
2341 enum xgbe_mode mode) in xgbe_phy_use_baset_mode()
2364 enum xgbe_mode mode) in xgbe_phy_use_sfp_mode()
2400 enum xgbe_mode mode) in xgbe_phy_use_bp_2500_mode()
2414 enum xgbe_mode mode) in xgbe_phy_use_bp_mode()
2430 static bool xgbe_phy_use_mode(struct xgbe_prv_data *pdata, enum xgbe_mode mode) in xgbe_phy_use_mode()
3062 enum xgbe_mode cur_mode; in xgbe_phy_reset()