Lines Matching defs:xgbe_phy_data
328 struct xgbe_phy_data { struct
329 enum xgbe_port_mode port_mode;
331 unsigned int port_id;
333 unsigned int port_speeds;
335 enum xgbe_conn_type conn_type;
337 enum xgbe_mode cur_mode;
338 enum xgbe_mode start_mode;
340 unsigned int rrc_count;
342 unsigned int mdio_addr;
345 enum xgbe_sfp_comm sfp_comm;
346 unsigned int sfp_mux_address;
347 unsigned int sfp_mux_channel;
349 unsigned int sfp_gpio_address;
350 unsigned int sfp_gpio_mask;
351 unsigned int sfp_gpio_inputs;
352 unsigned int sfp_gpio_rx_los;
353 unsigned int sfp_gpio_tx_fault;
354 unsigned int sfp_gpio_mod_absent;
355 unsigned int sfp_gpio_rate_select;
357 unsigned int sfp_rx_los;
358 unsigned int sfp_tx_fault;
359 unsigned int sfp_mod_absent;
360 unsigned int sfp_changed;
361 unsigned int sfp_phy_avail;
362 unsigned int sfp_cable_len;
363 enum xgbe_sfp_base sfp_base;
364 enum xgbe_sfp_cable sfp_cable;
365 enum xgbe_sfp_speed sfp_speed;
366 struct xgbe_sfp_eeprom sfp_eeprom;
369 enum xgbe_mdio_mode phydev_mode;
370 struct mii_bus *mii;
371 struct phy_device *phydev;
372 enum xgbe_mdio_reset mdio_reset;
373 unsigned int mdio_reset_addr;
374 unsigned int mdio_reset_gpio;
377 unsigned int redrv;
378 unsigned int redrv_if;
402 struct xgbe_phy_data *phy_data = pdata->phy_data; in xgbe_phy_redrv_write() argument