Lines Matching +full:phy +full:- +full:device
1 What: /sys/class/mdio_bus/<bus>/<device>/attached_dev
6 Symbolic link to the network device this PHY device is
9 What: /sys/class/mdio_bus/<bus>/<device>/phy_has_fixups
14 This attribute contains the boolean value whether a given PHY
15 device has had any "fixup" workaround running on it, encoded as
17 PHY configurations.
19 What: /sys/class/mdio_bus/<bus>/<device>/phy_id
24 This attribute contains the 32-bit PHY Identifier as reported
25 by the device during bus enumeration, encoded in hexadecimal.
26 This ID is used to match the device with the appropriate
29 What: /sys/class/mdio_bus/<bus>/<device>/c45_phy_ids/mmd<n>_device_id
34 This attribute contains the 32-bit PHY Identifier as reported
35 by the device during bus enumeration, encoded in hexadecimal.
36 These C45 IDs are used to match the device with the appropriate
37 driver. These files are invisible to the C22 device.
39 What: /sys/class/mdio_bus/<bus>/<device>/phy_interface
44 This attribute contains the PHY interface as configured by the
47 appropriate mode for its data lines to the PHY hardware.
51 <empty> (not available), mii, gmii, sgmii, tbi, rev-mii,
52 rmii, rgmii, rgmii-id, rgmii-rxid, rgmii-txid, rtbi, smii
53 xgmii, moca, qsgmii, trgmii, 1000base-x, 2500base-x, rxaui,
54 xaui, 10gbase-kr, unknown
56 What: /sys/class/mdio_bus/<bus>/<device>/phy_standalone
61 Boolean value indicating whether the PHY device is used in
65 What: /sys/class/mdio_bus/<bus>/<device>/phy_dev_flags
70 32-bit hexadecimal number representing a bit mask of the
71 configuration bits passed from the consumer of the PHY
72 (Ethernet MAC, switch, etc.) to the PHY driver. The flags are
75 for facilitating the debugging of PHY drivers.