Lines Matching defs:xgbe_phy_data
325 struct xgbe_phy_data { struct
326 enum xgbe_port_mode port_mode;
328 unsigned int port_id;
330 unsigned int port_speeds;
332 enum xgbe_conn_type conn_type;
334 enum xgbe_mode cur_mode;
335 enum xgbe_mode start_mode;
337 unsigned int rrc_count;
339 unsigned int mdio_addr;
342 enum xgbe_sfp_comm sfp_comm;
343 unsigned int sfp_mux_address;
344 unsigned int sfp_mux_channel;
346 unsigned int sfp_gpio_address;
347 unsigned int sfp_gpio_mask;
348 unsigned int sfp_gpio_inputs;
349 unsigned int sfp_gpio_rx_los;
350 unsigned int sfp_gpio_tx_fault;
351 unsigned int sfp_gpio_mod_absent;
352 unsigned int sfp_gpio_rate_select;
354 unsigned int sfp_rx_los;
355 unsigned int sfp_tx_fault;
356 unsigned int sfp_mod_absent;
357 unsigned int sfp_changed;
358 unsigned int sfp_phy_avail;
359 unsigned int sfp_cable_len;
360 enum xgbe_sfp_base sfp_base;
361 enum xgbe_sfp_cable sfp_cable;
362 enum xgbe_sfp_speed sfp_speed;
363 struct xgbe_sfp_eeprom sfp_eeprom;
366 enum xgbe_mdio_mode phydev_mode;
367 struct mii_bus *mii;
368 struct phy_device *phydev;
369 enum xgbe_mdio_reset mdio_reset;
370 unsigned int mdio_reset_addr;
371 unsigned int mdio_reset_gpio;
374 unsigned int redrv;
375 unsigned int redrv_if;
399 struct xgbe_phy_data *phy_data = pdata->phy_data; in xgbe_phy_redrv_write() argument