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